#13720 closed defect (invalid)
perl5.8 destroot failure: Can't find 'boot_File__Glob' symbol in lib/auto/File/Glob/Glob.bundle
Reported by: | linschn@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | perl statging destroot perl5.8 | Cc: | edouard-jo.klein@…, jmroot (Joshua Root), scholnicks@…, Dan.Kelley@…, blb@…, MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
Port: |
Description
Installing gimp2 fail because of perl5.8 failing. Trying port install perl5.8 fails on iBook G4 running Leopard.
Attachments (2)
Change History (12)
Changed 17 years ago by linschn@…
Attachment: | Perl5.8BuildFailure.log added |
---|
comment:1 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Cc: | macports-dev@… removed |
---|---|
Milestone: | → Port Bugs |
comment:2 Changed 17 years ago by jmroot (Joshua Root)
Cc: | jmr@… added |
---|
Please run "sudo port clean perl5.8", then make a full debug log by running "sudo port -d install perl5.8 > perl5.8-debug.log 2>&1" and attach it to the ticket.
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | scholnicks@… added |
---|---|
Summary: | perl5.8 staging into destroot failure → perl5.8 destroot failure: Can't find 'boot_File__Glob' symbol in lib/auto/File/Glob/Glob.bundle |
Steven Scholnick reported this problem again on macports-users.
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | Dan.Kelley@… added |
---|
Has duplicate #15665. We still need the additional debug output requested above to make any headway on figuring out what's going on here.
Changed 16 years ago by edouard-jo.klein@…
Attachment: | perl5.8-debug.log added |
---|
The requested debug log
comment:5 Changed 16 years ago by edouard-jo.klein@…
I would like to apologize for having being so long to give a debug log. It simply got out of my mind till I received a new mail yesterday. Hope it will be helpful.
comment:6 Changed 16 years ago by blb@…
Cc: | blb@… added |
---|
I notice on the line when its linking Glob.bundle:
env MACOSX_DEPLOYMENT_TARGET=10.3 cc -L/opt/local/lib -bundle -undefined dynamic_lookup -L/usr/local/lib bsd_glob.o Glob.o -o ../../../lib/auto/File/Glob/Glob.bundle
It has -L/usr/local/lib
in it; when building here, mine does not specifically list that. What do you have in /usr/local/lib?
comment:7 Changed 16 years ago by barneyzang@…
I was having the same problem on a G5 running Leopard, but seem to have found a workaround (from snooping around the net). The macports build seems to be picking up intermediates in /usr/local/lib -- rather than /opt/local/lib. Renaming /usr/local/lib to /usr/local/lib.bak seemed to fix the problem.
Hope this helps.
comment:8 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
Cc Me!
comment:9 Changed 16 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Assuming this was /usr/local interference as per comment:7.
Output of 'port install perl5.8'