I tried emerging every single ebuild in x11-base/xorg-x11 (xorg-x11-6.7.0-r3, xorg-x11-6.8.0-r3, xorg-x11-6.8.0-r4, xorg-x11-6.8.2, and xorg-x11-6.8.1.901-r1), using ACCEPT_KEYWORDS="~x86" when necessary, but NONE of them compile. Here's the error I get when I do
Code: Select all
# ACCEPT_KEYWORDS="~x86" emerge xorg-x11Here's my /etc/make.conf... I stripped out the -Ox flags, thinking that may work, but no...i686-pc-linux-gnu-gcc -o pswrap -march=pentium3 -pipe -fomit-frame-pointer -fno-strict-aliasing -ansi -pedantic -Wno-return-type -w -L../../exports/lib main.o pswparser.o lexer.o pswdict.o pswfile.o systemnames.o psw.o pswstring.o pswsemantics.o -lfl -Wl,-rpath-link,../../exports/lib
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lfl
collect2: ld returned 1 exit status
make[4]: *** [pswrap] Error 1
make[4]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2/work/xc/config/pswrap'
make[3]: *** [../../config/pswrap/pswrap] Error 2
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2/work/xc/lib/dps'
make[2]: *** [includes] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2/work/xc/lib'
make[1]: *** [includes] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.2/work/xc'
make: *** [World] Error 2
!!! ERROR: x11-base/xorg-x11-6.8.2 failed.
!!! Function build, Line 959, Exitcode 2
!!! make World failed
!!! If you need support, post the topmost build error, NOT this status message.
msca-cghotalinux root #
Code: Select all
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -pipe -fomit-frame-pointer"
CXXFLAGS="-march=pentium3 -pipe -fomit-frame-pointer"
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo/"
USE="-gnome X xv freetype truetype fbcon gtk2 socks5 nls cjk pdflib tetex kde qt qt-mt alsa arts xmms oggvorbis jpeg png tiff gif mpeg mozsvg encode cups directfb pic cdr doc gb jikes opengl plotutils innodb cluster"


