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.
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);
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.
I re-installed perl 5.8, ran your script, and did an "emerge imagemagick" and now bins is running fine. Thanks!
need to learn to read these and close them when you say "it's good" :)