Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96622 - startx error: Duplicate symbol __i686.get_pc_thunk.bx in /usr/lib/modules/fonts/libbitmap.a:bitmapmod.o
Summary: startx error: Duplicate symbol __i686.get_pc_thunk.bx in /usr/lib/modules/fon...
Status: RESOLVED DUPLICATE of bug 43177
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-20 09:45 UTC by Chris Frederick
Modified: 2005-06-21 21:17 UTC (History)
0 users

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


Attachments
/etc/X11/xorg.conf (xorg.conf,14.59 KB, text/plain)
2005-06-20 09:46 UTC, Chris Frederick
Details
/var/log/Xorg.0.log (Xorg.0.log,1.83 KB, text/plain)
2005-06-20 09:47 UTC, Chris Frederick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Frederick 2005-06-20 09:45:25 UTC
I added xprint to my global use flags and did an "emerge --update --deep
--newuse world", this emerged xorg-x11.  When I ran startx after the update it
errored out with this:

(II) Loading /usr/lib/modules/fonts/libbitmap.a
Duplicate symbol __i686.get_pc_thunk.bx in
/usr/lib/modules/fonts/libbitmap.a:bitmapmod.o
Also defined in /usr/lib/modules/fonts/libbitmap.a

Fatal server error:
Module load failure

I've since tried to emerge xorg-x11 with several variations of use flags turned
off that used to be working.  I have also tried "emerge -C xorg-x11" to make
sure everything is clean before running emerge again.  Nothing seems to work.  I
always get the same error.

I'll attach my xorg.conf, and Xorg.0.log.  If there is anything else that would
help, let me know so I can post it.

Reproducible: Always
Steps to Reproduce:
unknown




#emerge --pretend -v xorg-x11

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] x11-base/xorg-x11-6.8.2-r1  -3dfx -3dnow -bitmap-fonts -cjk
+debug -dlloader -dmx -doc -font-server -hardened -insecure-drivers -ipv6
-minimal +mmx -nls +opengl +pam -sdk +sse -static +truetype-fonts +type1-fonts
(-uclibc) -xprint +xv 0 kB


#emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r11 i686)
=================================================================
System uname: 2.6.11-gentoo-r11 i686 Intel(R) Xeon(TM) CPU 2.66GHz
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 15 2005, 11:08:16)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.9.5, 1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.mirrors.tds.net/gentoo"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 X a52 aac aalib acpi alsa apache2 apm arts avi bash-completion berkdb
bitmap-fonts bonobo bzlib cdb cdparanoia cdr cpdflib crypt cups curl dba
divx4linux dvd dvdr dvdread emboss encode esd fam foomaticdb fortran ftp gd
gd-external gdbm gif gimp gimpprint gnome gphoto2 gpm gtk gtk2 gtkhtml guile
hardened imagemagick imap imlib jpeg kde libg++ libwww mad maildir mikmod mmx
motif mozilla mp3 mpeg ncurses ogg oggvorbis opengl oss pam pcre pdflib perl php
png postgres ppd python qt quicktime readline samba scanner sdl spell sse sse2
ssl svg svga tcltk tcpd threads tiff truetype truetype-fonts type1-fonts usb
vorbis wifi win32codecs xml xml2 xmms xprint xv zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Chris Frederick 2005-06-20 09:46:56 UTC
Created attachment 61581 [details]
/etc/X11/xorg.conf
Comment 2 Chris Frederick 2005-06-20 09:47:36 UTC
Created attachment 61582 [details]
/var/log/Xorg.0.log
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-06-20 10:05:16 UTC
You have "hardened" in your use flags but you are not using a hardened profile.
That does not work. Fix this and re-emerge.
Comment 4 Chris Frederick 2005-06-21 05:47:15 UTC
Took hardened out of the global use flags.  Did "emerge --update --newuse --deep
world".  Everything works now.
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2005-06-21 21:17:00 UTC
This is a clear dupe.
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2005-06-21 21:17:44 UTC
Please make an effort to search for your error in an existing bug next time.

*** This bug has been marked as a duplicate of 43177 ***