Gentoo Archives: gentoo-user

From: Wolfgang Liebich <Wolfgang.Liebich@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Compiler error during qemu installation
Date: Thu, 21 Dec 2006 14:06:37
Message-Id: 20061221140044.GA5579@atpcbygc.ram.siemens.at
1 Hi,
2 I tried to install qemu on my system. The command I used (and the
3 response) were:
4
5 emerge -v --ask --tree --newuse qemu
6 >>> --newuse implies --update... adding --update to options.
7
8 These are the packages that would be merged, in reverse order:
9
10 Calculating dependencies... done!
11 [ebuild N ] app-emulation/qemu-0.8.0 0 kB
12 [ebuild N ] app-emulation/qemu-softmmu-0.8.0 USE="kqemu -sdl" 77 kB
13 [ebuild N ] app-emulation/kqemu-0.7.2 USE="-sdl" 1,310 kB
14 [ebuild N ] app-emulation/qemu-user-0.8.0 0 kB
15
16
17 The compilation of qemu-user dies with the error msg
18 --start--
19 ar rcs libqemu.a exec.o kqemu.o translate-op.o translate-all.o cpu-exec.o translate.o op.o fpu/softfloat-native.o helper.o helper2.o translate-copy.o disas.o i386-dis.o
20 gcc -g -Wl,-shared -o qemu-i386 elfload.o main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o vm86.o libqemu.a gdbstub.o -lm
21 /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/../../../../i686-pc-linux-gnu/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in libqemu.a(helper2.o)
22 /lib/libc.so.6: could not read symbols: Bad value
23 collect2: ld returned 1 exit status
24 make[1]: *** [qemu-i386] Error 1
25 make[1]: Leaving directory `/var/tmp/portage/qemu-user-0.8.0/work/qemu-0.8.0/i386-user'
26 make: *** [all] Error 1
27
28 !!! ERROR: app-emulation/qemu-user-0.8.0 failed.
29 Call stack:
30 ebuild.sh, line 1546: Called dyn_compile
31 ebuild.sh, line 937: Called src_compile
32 qemu-user-0.8.0.ebuild, line 73: Called die
33
34 !!! make failed
35 !!! If you need support, post the topmost build error, and the call stack if relevant.
36
37 --end--
38
39 OK. What now???
40 Puzzled in Vienna,
41 Wolfgang Liebich
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Compiler error during qemu installation Raymond Lewis Rebbeck <dystopianray@×××××.com>