[MacPorts] #23344: p5-gettext-locale: org.macports.destroot returned: no such file or directory (was: p5-gettext-locale failure during Staging p5-locale-gettext into destroot)

MacPorts noreply at macports.org
Thu Apr 22 19:35:18 PDT 2010


#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


More information about the macports-tickets mailing list