#23344: p5-gettext-locale: org.macports.destroot returned: no such file or directory ----------------------------+----------------------------------------------- Reporter: karel@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: p5-locale-gettext ----------------------------+----------------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) Comment: That's not relevant at all. What's relevant is that it's failing to find a file in the post-destroot procedure. There is no post-destroot procedure in the p5-locale-gettext port, so we're talking about the one in the perl5 portgroup, which reads: {{{ post-destroot { fs-traverse file ${destroot}${perl5.lib} { if {[file tail ${file}] eq ".packlist"} { ui_info "Fixing packlist ${file}" reinplace "s|${destroot}||" ${file} } } } }}} When I've seen this error before, it was caused by a separate perl installation the user had available in /Network/Library. Do you have a non-MacPorts perl installed somewhere too? If so, that's the problem. -- Ticket URL: <http://trac.macports.org/ticket/23344#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS