| View previous topic :: View next topic |
| Author |
Message |
heinzg Tux's lil' helper


Joined: 10 Aug 2004 Posts: 96 Location: In the EU
|
Posted: Thu Dec 16, 2004 12:33 am Post subject: |
|
|
Solved, works like my best friend  |
|
| Back to top |
|
 |
Mr. Garr Tux's lil' helper


Joined: 27 Jun 2003 Posts: 130 Location: Shangri-La
|
Posted: Wed Jan 05, 2005 1:39 pm Post subject: |
|
|
hi
another glibc problem here
here's the error message:
| Code: |
In file included from ../sysdeps/i386/i686/hp-timing.h:24,
from ../linuxthreads/descr.h:25,
from ../linuxthreads/sysdeps/i386/tls.h:75,
from ../include/tls.h:6,
from ../sysdeps/unix/sysv/linux/i386/sysdep.h:29,
from <stdin>:1:
../include/string.h:43: error: conflicting types for `__ffs'
//usr/include/asm/bitops.h:363: error: previous declaration of `__ffs'
make[2]: *** [/var/tmp/portage/glibc-2.3.4.20040808-r1/work/build/tcb-offsets.h] Error 1
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20040808-r1/work/glibc-2.3.3/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20040808-r1/work/glibc-2.3.3'
make: *** [all] Error 2
!!! ERROR: sys-libs/glibc-2.3.4.20040808-r1 failed.
!!! Function src_compile, Line 655, Exitcode 2
|
i already tried to emerge it with and without ~x86/nptl still the same
i emerged gcc-config but i can't change it
| Code: |
lxnaycd portage # gcc-config -l
[1] i386-pc-linux-gnu-3.3.4 *
|
ah and my make.conf:
| Code: |
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe -ffast-math -DNDEBUG -DG_DISABLE_ASSERT"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="-O2 -march=pentium3 -pipe -DNDEBUG -DG_DISABLE_ASSERT "
LDFLAGS="-Wl,-O1"
ACCEPT_KEYWORDS="x86"
RSYNC_RETRIES="3"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
LINGUAS="pl"
LANGUAGE="48"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://mir.zyrianes.net/gentoo/ ftp://mir.zyrianes.net/gentoo/ ftp://mirror.gentoo.ru/pub/mirror/$PORTDIR_OVERLAY="/usr/local/portage"
USE="userlocales X divx4linux xvid x86 gnome gtk gtk2 -qt -kde cdr dvd -dvdr python perl jabber mmx cups cdrom mplayer nvidia jpeg bootsplash"
|
thanks for any help _________________ Illuminatus Primus |
|
| Back to top |
|
 |
kimchi_sg Advocate


Joined: 26 Nov 2004 Posts: 2915 Location: Singapore
|
Posted: Wed Jan 05, 2005 3:24 pm Post subject: |
|
|
| Mr. Garr wrote: | hi
another glibc problem here
here's the error message:
| Code: |
In file included from ../sysdeps/i386/i686/hp-timing.h:24,
from ../linuxthreads/descr.h:25,
from ../linuxthreads/sysdeps/i386/tls.h:75,
from ../include/tls.h:6,
from ../sysdeps/unix/sysv/linux/i386/sysdep.h:29,
from <stdin>:1:
../include/string.h:43: error: conflicting types for `__ffs'
//usr/include/asm/bitops.h:363: error: previous declaration of `__ffs'
make[2]: *** [/var/tmp/portage/glibc-2.3.4.20040808-r1/work/build/tcb-offsets.h] Error 1
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20040808-r1/work/glibc-2.3.3/csu'
make[1]: *** [csu/subdir_lib] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20040808-r1/work/glibc-2.3.3'
make: *** [all] Error 2
!!! ERROR: sys-libs/glibc-2.3.4.20040808-r1 failed.
!!! Function src_compile, Line 655, Exitcode 2
|
i already tried to emerge it with and without ~x86/nptl still the same
i emerged gcc-config but i can't change it
| Code: |
lxnaycd portage # gcc-config -l
[1] i386-pc-linux-gnu-3.3.4 *
|
|
It is a bug that has been freshly fixed. emerge sync and retry. _________________ Murphy's Law of Gentoo installation: If a compile can fail, it will.
MacGillicuddy's Corollary: At the most inopportune time.
Please search and read the FAQs before posting. |
|
| Back to top |
|
 |
Mr. Garr Tux's lil' helper


Joined: 27 Jun 2003 Posts: 130 Location: Shangri-La
|
Posted: Wed Jan 05, 2005 3:32 pm Post subject: |
|
|
i think i did that yesterday but i'll try _________________ Illuminatus Primus |
|
| Back to top |
|
 |
Xenon2050 n00b

Joined: 20 Oct 2004 Posts: 63
|
Posted: Sat Jan 29, 2005 6:18 am Post subject: |
|
|
I'm having the same problem as everyone else and I tried the work around but it didn't seem to work when I tried to bootstrat again. I'm still getting the C executables error... Can anyone give me some advice?
Thanks
Nevermind fixed it... Problem with CFlags |
|
| Back to top |
|
 |
bobbyo n00b

Joined: 21 Aug 2005 Posts: 2
|
Posted: Sun Aug 21, 2005 12:18 am Post subject: DISTCC may be the problem...... |
|
|
Hello I was having problems with not being able to find gcc.
gcc-config error: Could not run/locate "i386-pc-linux-gnu-gcc"
what I found was the DISTCC configuration was not allowing my own workstation to use the DISTCC compiler.
I edited /etc/conf.d/distccd
I made sure that the following option was in place
DISTCCD_OPTS="${DISTCCD_OPTS} --allow 127.0.0.1"
I restarted distccd /etc/init.d/distccd restart
then miraculously the emerge seemed to work just fine.... |
|
| Back to top |
|
 |
|