View previous topic :: View next topic |
Author |
Message |
skinc47 n00b


Joined: 08 Mar 2006 Posts: 7 Location: Italy
|
Posted: Thu Apr 13, 2006 8:20 pm Post subject: error emerging xorg-server-1.0.2-r3 |
|
|
I try to emerge xorg-x11 7, but i always get this error message compiling xorg-server-1.0.2-r3
Code: |
../../dummylib/libdummy-nonserver.a(xalloc.o): In function `Xalloc':
xalloc.c:(.text+0x0): multiple definition of `Xalloc'
/usr/lib/libXdmcp.a(Alloc.o):Alloc.c:(.text+0x0): first defined here
../../dummylib/libdummy-nonserver.a(xalloc.o): In function `Xrealloc':
xalloc.c:(.text+0x20): multiple definition of `Xrealloc'
/usr/lib/libXdmcp.a(Alloc.o):Alloc.c:(.text+0x20): first defined here
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld: Warning: size of symbol `Xrealloc' changed from 44 in /usr/lib/libXdmcp.a(Alloc.o) to 25 in ../../dummylib/libdummy-nonserver.a(xalloc.o)
../../dummylib/libdummy-nonserver.a(xalloc.o): In function `Xfree':
xalloc.c:(.text+0x110): multiple definition of `Xfree'
/usr/lib/libXdmcp.a(Alloc.o):Alloc.c:(.text+0x50): first defined here
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld: Warning: size of symbol `Xfree' changed from 18 in /usr/lib/libXdmcp.a(Alloc.o) to 9 in ../../dummylib/libdummy-nonserver.a(xalloc.o)
collect2: ld returned 1 exit status
make[6]: *** [xorgcfg] Error 1
make[6]: Leaving directory `/var/tmp/portage/xorg-server-1.0.2-r3/work/xorg-server-1.0.2/hw/xfree86/utils/xorgcfg'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/var/tmp/portage/xorg-server-1.0.2-r3/work/xorg-server-1.0.2/hw/xfree86/utils/xorgcfg'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/xorg-server-1.0.2-r3/work/xorg-server-1.0.2/hw/xfree86/utils'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/xorg-server-1.0.2-r3/work/xorg-server-1.0.2/hw/xfree86'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-server-1.0.2-r3/work/xorg-server-1.0.2/hw/xfree86'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/xorg-server-1.0.2-r3/work/xorg-server-1.0.2/hw'
make: *** [all-recursive] Error 1
|
Any ideas?
my /etc/make.conf
Code: |
CFLAGS="-O2 -march=pentium3 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo/ ftp://trumpetti.atm.tut.fi/gentoo/"
USE="geoip sse pyxml mmx dri"
ALSA_CARDS="hda-intel"
INPUT_DEVICES="keyboard mouse synaptics"
VIDEO_CARDS="vesa nvidia nv"
ACCEPT_KEYWORDS="~x86"
|
|
|
Back to top |
|
 |
ikshaar Veteran


Joined: 23 Jul 2002 Posts: 1339 Location: Baltimore, MD
|
Posted: Thu Apr 13, 2006 9:11 pm Post subject: |
|
|
No precise idea.. but just a recommendation, if you are beginner (only 4 posts so I assume), dont use ~x86 in /etc/make.conf.
Use /etc/portage/package.keywords if you want to use unstable package. _________________ "May God stands between you and harm in all the empty places where you must walk" - Babylon 5 |
|
Back to top |
|
 |
skinc47 n00b


Joined: 08 Mar 2006 Posts: 7 Location: Italy
|
Posted: Thu Apr 13, 2006 9:17 pm Post subject: |
|
|
but without "~x86" i can't emerge xorg7 (i've set ACCEPT_KEYWORDS in make.conf only this time..) |
|
Back to top |
|
 |
ikshaar Veteran


Joined: 23 Jul 2002 Posts: 1339 Location: Baltimore, MD
|
Posted: Sat Apr 15, 2006 7:20 am Post subject: |
|
|
Still, you should copy the Xorg dependencies that you put in packages.unmask also in packages.keywords.
So in case there is extra dependencies needed, stable version are emerged and not unstable... which would make going back to x86 very hard.
I will test that xorg-server now.. i was only at 1.0.1-r4... _________________ "May God stands between you and harm in all the empty places where you must walk" - Babylon 5 |
|
Back to top |
|
 |
skinc47 n00b


Joined: 08 Mar 2006 Posts: 7 Location: Italy
|
Posted: Sun Apr 16, 2006 9:56 am Post subject: |
|
|
Hi
this post is not solved..but i've reinstalled all system and now it works! |
|
Back to top |
|
 |
ikshaar Veteran


Joined: 23 Jul 2002 Posts: 1339 Location: Baltimore, MD
|
Posted: Mon Apr 17, 2006 2:07 pm Post subject: |
|
|
Did you reintall using "~x86" in /etc/make.conf ? or using package.keywords ? _________________ "May God stands between you and harm in all the empty places where you must walk" - Babylon 5 |
|
Back to top |
|
 |
|