Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12854 - bins 1.1.17 problem with imagemagick
Summary: bins 1.1.17 problem with imagemagick
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Michael Cummings (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-28 15:47 UTC by Brent Beacham
Modified: 2003-02-04 19:42 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 Brent Beacham 2002-12-28 15:47:46 UTC
I have installed bins with "emerge bins" but when I try to   run it I get:      $ bins   /usr/bin/perl: relocation error:   /usr/lib/perl5/site_perl/5.8.0/i686-linux/auto/Image/Magick/Magick.so:   undefined symbol: SetWarningHandler      I tried "emerge sync; emerge unmerge bins; emerge depclean; emerge bins"  which uninstalled imagemagick and bins (as well as other packages) and  then reinstalled them but I still get the same error message.
Comment 1 Brent Beacham 2002-12-30 17:35:49 UTC
With the latest emerge the perl version on my system was reduced to 5.6.1 (from 5.8.0.)  bins still fails to run, but now has a different error message.    If I type "bins" the output I get is:  Can't locate Storable.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i686-linux /usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i686-linux /usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.6.1/i686-linux /usr/lib/perl5/vendor_perl/5.6.1 /usr/lib/perl5/vendor_perl .) at /usr/bin/bins line 41. BEGIN failed--compilation aborted at /usr/bin/bins line 41.  Line 41 is:  use Storable qw(dclone);   
Comment 2 Michael Cummings (RETIRED) gentoo-dev 2002-12-30 18:14:15 UTC
Perl 5.8.0 will be back shortly, with an add on to re-emerge everything that was
compiled for the old perl (both apps that compiled against the old libperl.so as
well as modules). I don't have information on when this will be released as it
has been taken out of my hands.

In the interim, please take a look at
http://cvs.gentoo.org/~mcummings/perl58.html for a *sample* (ok, it works, but I
don't want to give it the gentoo seal and be wrong) bash script that will
re-emerge your perl modules for you.

I am sorry for this inconvenience, I am afraid that the matter has been taken
out of my  hands.
Comment 3 Brent Beacham 2002-12-30 23:37:42 UTC
I re-installed perl 5.8, ran your script, and did an "emerge imagemagick" and now bins is running fine.  Thanks! 
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2003-01-03 07:01:08 UTC
need to learn to read these and close them when you say "it's good" :)