Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 294021 - Failed to compile net-libs/webkit-gtk-1.1.15.2 seems to be Perl core lib's problem..
Summary: Failed to compile net-libs/webkit-gtk-1.1.15.2 seems to be Perl core lib's pr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-22 08:50 UTC by Lord_Evil
Modified: 2009-11-23 00:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lord_Evil 2009-11-22 08:50:59 UTC
Can't load '/usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Filter/Util/Call/Call.so' for module Filter::Util::Call: /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Filter/Util/Call/Call.so: undefined symbol: PL_curpad at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
 at /usr/lib64/perl5/5.8.8/Switch.pm line 11

Reproducible: Always

Steps to Reproduce:
1. emerge webkit-gtk
Comment 1 Patrick Lauer gentoo-dev 2009-11-22 11:27:52 UTC
emerge --info output might be nice to have.
Can you try running perl-cleaner --reallyall and then retry?
Comment 2 Lord_Evil 2009-11-23 00:52:55 UTC
tried perl-cleaner --reallyall nothing useful happened, reemerging Perl done nothing too. Got Filter::Util::Call from Perl archive and compiled myself, appeared that module installed had version 1.08 but module in Perl archive was 1.0601. That manual replacement solved the problem.. Might be Filter::Util::Call was replaced with some ebuild manually installed..