Hi, after an emerge --newuse world I got an error every time my desktop and my notebook tries to load X. Something about a duplicated symbol, the same error that appears when you have hardened, but in my case I dont even have ~x86 global, just for some packages and xorg, gcc, glibc are not ~x86, only kde. I tried many things to solve this (based on hardened threads) but a common solution is to switch to another profile but I am already not using hardened just the default profile. Some clue ? ------ (II) LoadModule: "bitmap" (II) Loading /usr/lib/modules/fonts/libbitmap.a Duplicate symbol __i686.get_pc_thunk.bx in /usr/lib/modules/fonts/libbitmap.a:bi tmapmod.o Also defined in /usr/lib/modules/fonts/libbitmap.a Fatal server error: Module load failure I got my laptop working with USE="dlloader" and re-emerge xorg-x11 but my desktop has a Radeon 9600 pro and ati drivers does not like dlloader flag. The strange is Xorg worked well. That problem already happened to me and I have to reinstall gentoo but I do not want to reinstall every month due to an error that may happen any time. I had the same installation for almost 3 years and in less than 2 month I have to reinstall in 2 computers due the same error. Any ideas ? I will put my laptop information because my desktop does not have X working and the problem occourred in my laptop too. Reproducible: Sometimes Steps to Reproduce: 1. Install gentoo 2. emerge -u world everyday 3. Actual Results: one day Xorg stops working complaining about duplicated symbols in some lib Expected Results: continue working Gentoo Base System version 1.6.13 Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.6, unavailable, 2.6.12-gentoo-r10 i686) ================================================================= System uname: 2.6.12-gentoo-r10 i686 Mobile AMD Sempron(tm) Processor 3000+ distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled] dev-lang/python: 2.3.5 sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6 sys-devel/binutils: 2.15.92.0.2-r10 sys-devel/libtool: 1.5.18-r1 virtual/os-headers: [Not Present] ACCEPT_KEYWORDS="" CFLAGS="-mcpu=athlon-xp -march=athlon-xp -O3 -pipe -fomit-frame-pointer -fPIC" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-mcpu=athlon-xp -march=athlon-xp -O3 -pipe -fomit-frame-pointer -fPIC" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache distcc distlocks sandbox" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X alsa avi divx4linux dvd dvdread encode gnome gtk imagemagick java kde kdeenablefinal kdexdeltas mmx mmxext mpeg nptl nptlonly ogg qt sse sse2 vorbis win32codecs xvid" Unset: PORTDIR_OVERLAY As I share /usr/portage from my desktop some information may be missing
Please remove -fPIC from your CFLAGS. IMO it's a duplicate of bug 43177, see http://bugs.gentoo.org/show_bug.cgi?id=43177#c137.
*Never* put fPIC into your useflags. Also, this is *not* a bugzilla product bug, please read the instructions before filing bugs.
Err, s/useflags/C[XX]FLAGS... Marking this INVALID.