Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181357 - net-irc/irssi update from 0.8.10-r4 to 0.8.11 fails
Summary: net-irc/irssi update from 0.8.10-r4 to 0.8.11 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Sven Wegener
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-08 22:57 UTC by Daniel Walter
Modified: 2007-06-09 10:52 UTC (History)
0 users

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


Attachments
Build log from update (error_irssi_update.log,109.37 KB, text/plain)
2007-06-08 22:59 UTC, Daniel Walter
Details
emerge --info (emerge_info,2.56 KB, text/plain)
2007-06-08 22:59 UTC, Daniel Walter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Walter 2007-06-08 22:57:57 UTC
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.
Comment 1 Daniel Walter 2007-06-08 22:59:08 UTC
Created attachment 121529 [details]
Build log from update

added build.log
Comment 2 Daniel Walter 2007-06-08 22:59:58 UTC
Created attachment 121530 [details]
emerge --info

added emerge --info
Comment 3 Sven Wegener gentoo-dev 2007-06-08 23:03:59 UTC
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.
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2007-06-09 07:18:10 UTC
http://www.gentoo.org/doc/en/change-chost.xml
Comment 5 Daniel Walter 2007-06-09 10:09:06 UTC
(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. 

Comment 6 Daniel Walter 2007-06-09 10:52:19 UTC
reemerging binutils and dev-lang/perl did it finally.
thank you for your help.