Gentoo Archives: gentoo-user

From: Alexander Veit <list@×××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Cannot emerge glibc
Date: Sat, 16 Jul 2005 17:06:34
Message-Id: 200507161700.j6GH0eMC005666@post.webmailer.de
1 Hi,
2
3 When I try to emerge -u world, the only package that's going to be updated
4 is glibc. However the build fails with the following error:
5
6 --- snip ---
7 /var/tmp/portage/glibc-2.3.5/work/build-default-i586-pc-linux-gnu-linuxthrea
8 ds/linuxthreads/libpthread_pic.a(pthread.os)(.text+0x1cd): In function
9 `pthread_initialize':
10 : undefined reference to `_res'
11 /var/tmp/portage/glibc-2.3.5/work/build-default-i586-pc-linux-gnu-linuxthrea
12 ds/linuxthreads/libpthread_pic.a(pthread.os)(.text+0x1033): In function
13 `__pthread_reset_main_thread':
14 : undefined reference to `_errno'
15 /var/tmp/portage/glibc-2.3.5/work/build-default-i586-pc-linux-gnu-linuxthrea
16 ds/linuxthreads/libpthread_pic.a(pthread.os)(.text+0x1042): In function
17 `__pthread_reset_main_thread':
18 : undefined reference to `_h_errno'
19 /var/tmp/portage/glibc-2.3.5/work/build-default-i586-pc-linux-gnu-linuxthrea
20 ds/linuxthreads/libpthread_pic.a(pthread.os)(.text+0x1051): In function
21 `__pthread_reset_main_thread':
22 : undefined reference to `_res'
23 /var/tmp/portage/glibc-2.3.5/work/build-default-i586-pc-linux-gnu-linuxthrea
24 ds/linuxthreads/libpthread_pic.a(pthread.os)(.data.rel+0x1b8): undefined
25 reference to `_errno'
26 /var/tmp/portage/glibc-2.3.5/work/build-default-i586-pc-linux-gnu-linuxthrea
27 ds/linuxthreads/libpthread_pic.a(pthread.os)(.data.rel+0x1c0): undefined
28 reference to `_h_errno'
29 /var/tmp/portage/glibc-2.3.5/work/build-default-i586-pc-linux-gnu-linuxthrea
30 ds/linuxthreads/libpthread_pic.a(pthread.os)(.data.rel+0x1c8): undefined
31 reference to `_res'
32 collect2: ld returned 1 exit status
33 make[2]: ***
34 [/var/tmp/portage/glibc-2.3.5/work/build-default-i586-pc-linux-gnu-linuxthre
35 ads/linuxthreads/libpthread.so] Error 1
36 make[2]: Leaving directory
37 `/var/tmp/portage/glibc-2.3.5/work/glibc-2.3.5/linuxthreads'
38 make[1]: *** [linuxthreads/others] Error 2
39 make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.5/work/glibc-2.3.5'
40 make: *** [all] Error 2
41
42 !!! ERROR: sys-libs/glibc-2.3.5 failed.
43 !!! Function toolchain-glibc_src_compile, Line 237, Exitcode 2
44 !!! (no error message)
45 --- snap ---
46
47 Here's my make.conf:
48
49 CFLAGS="-march=i586 -m3dnow -O3 -pipe -fomit-frame-pointer -mmmx"
50 CHOST="i586-pc-linux-gnu"
51 CXXFLAGS="${CFLAGS}"
52 MAKEOPTS="-j3"
53 FEATURES="ccache"
54 CCACHE_SIZE="2G"
55 USE="-X -kde -gnome -gtk -gtk2 -qt -sdl -dvd -cdr -dvdr -truetype svga
56 unicode alsa"
57 ALSA_CARDS="via82xx"
58
59 Does anyone have any suugestions how to fix the problem?
60
61
62 Thanks in advance
63 Alex
64
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Cannot emerge glibc Richard Fish <bigfish@××××××××××.org>