Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 294021

Summary: Failed to compile net-libs/webkit-gtk-1.1.15.2 seems to be Perl core lib's problem..
Product: Gentoo Linux Reporter: Lord_Evil <ihatewindoz>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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