Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I started an install off the 2006.0 LiveCD, setting amd64 USE flag in the installprofile.xml that I used. The install fails on xterm ebuild, with the following error message: configure: error: Unable to successfully link Athena library (-lXaw) with test program
Created an attachment (id=87286) [details] Profile used for the install
Created an attachment (id=87287) [details] Installer log
I had the same problem, though not from installing from the GLI but in a chroot. Doesn't matter though, as it seems the problem is that xterm is placed too far down in the dep-tree. It does (according to the ebuild) depend on libXaw, but is still emerged before it, thus fails to build because of the unsatisfied dependency. Can verify this from an "emerge -ep virtual/x11" which shows xterm placed before libXaw in emerge's output. Something screwed with the portage resolver possibly?
Created an attachment (id=87861) [details] emerge --info Meh, forgot my emerge --info
*** This bug has been marked as a duplicate of 133671 ***