Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #13720 (new defect)

Opened 11 months ago

Last modified 3 months ago

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: Port Bugs
Component: ports Version: 1.6.0
Keywords: perl statging destroot perl5.8 Cc: edouard-jo.klein@…, jmr@…, scholnicks@…, Dan.Kelley@…, blb@…
Port:

Description

Installing gimp2 fail because of perl5.8 failing. Trying port install perl5.8 fails on iBook G4 running Leopard.

Attachments

Perl5.8BuildFailure.log (1.3 KB) - added by linschn@… 11 months ago.
Output of 'port install perl5.8'
perl5.8-debug.log (120.0 KB) - added by edouard-jo.klein@… 5 months ago.
The requested debug log

Change History

Changed 11 months ago by linschn@…

Output of 'port install perl5.8'

Changed 11 months ago by jmpp@…

  • cc macports-dev@… removed
  • milestone set to Port Bugs

Changed 9 months ago by jmr@…

  • 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.

Changed 8 months ago by ryandesign@…

  • cc scholnicks@… added
  • summary changed from perl5.8 staging into destroot failure to 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.

Changed 5 months ago by ryandesign@…

  • 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 5 months ago by edouard-jo.klein@…

The requested debug log

Changed 5 months 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.

Changed 4 months 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?

Changed 3 months 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.

Note: See TracTickets for help on using tickets.