trying to update irssi from 0.8.10-r4 to 0.8.11 via emerge -vNuD irssi failed. Reproducible: Always Steps to Reproduce: 1.emerge -vNuD irssi 2. 3. Actual Results: build fails.
Created attachment 121529 [details] Build log from update added build.log
Created attachment 121530 [details] emerge --info added emerge --info
Daniel, it looks to me you changed your CHOST from i486-pc-linux-gnu to i686-pc-linux-gnu and perl/libperl need a recompile to catch up with that.
http://www.gentoo.org/doc/en/change-chost.xml
(In reply to comment #3) > Daniel, it looks to me you changed your CHOST from i486-pc-linux-gnu to > i686-pc-linux-gnu and perl/libperl need a recompile to catch up with that. > hi, first of all thank you for your fast response. I only set CHOST during the installation process and never changed it since then. I recompiled libperl, did a revdep-rebuild and tried to update irssi but it stills fails with the same error.
reemerging binutils and dev-lang/perl did it finally. thank you for your help.