[MacPorts] #53397: panda refuses to install
MacPorts
noreply at macports.org
Mon Jan 30 14:24:34 UTC 2017
#53397: panda refuses to install
----------------------+----------------------
Reporter: chtonic | Owner: mojca
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.3.5
Resolution: | Keywords:
Port: panda |
----------------------+----------------------
Comment (by mojca):
The problem lies in the following code:
{{{
#!tcl
foreach d {dist resources short sources} {
xinstall -d -m 0755 ${destroot}/${perl6_share}/${d}
foreach f [glob -type f ${src}/${d}/*] {
xinstall -W ${src}/${d} ${f} ${destroot}/${perl6_share}/${d}
}
}
}}}
The four dirs used to contain just plain files. Now perl6 apparently
installs folders rather than files to `short` and
{{{
#!tcl
foreach f [glob -type f ${src}/${d}/*] {
}}}
doesn't find any regular files when `${d}` equals `short` (all of them are
dirs). I probably need some help coming up with a proper syntax to fix
this.
Then again it's still not clear to me what exactly panda installation is
supposed to do. I would prefer to have some perl6 expert available ...
--
Ticket URL: <https://trac.macports.org/ticket/53397#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list