Gentoo Archives: gentoo-alpha

From: Mathieu Chauvel <mathieu@×××××××.fr>
To: gentoo-alpha@l.g.o
Subject: [gentoo-alpha] Glibc-2.6.1 and binutils-2.18-r1
Date: Wed, 05 Mar 2008 19:02:53
Message-Id: 15852363.post@talk.nabble.com
1 Hello
2 I've a big problem to compile glibc-2.6.1 and binutils-2.18.r1 on my alpha
3 (SX164)
4
5 for glibc i've this error :
6 /tmp/portage/sys-libs/glibc-2.6.1/work/build-default-alpha-unknown-linux-gnu-nptl/signal/sigsuspend.os.dt
7 -MT
8 /var/tmp/portage/sys-libs/glibc-2.6.1/work/build-default-alpha-unknown-linux-gnu-nptl/signal/sigsuspend.os
9 ../sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Assembler messages:
10 ../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:41: Error: previous CFI entry
11 not closed (missing .cfi_endproc)
12 ../sysdeps/unix/sysv/linux/alpha/sigsuspend.S:43: Error: .cfi_endproc
13 without corresponding .cfi_startproc
14 make[2]: ***
15 [/var/tmp/portage/sys-libs/glibc-2.6.1/work/build-default-alpha-unknown-linux-gnu-nptl/signal/sigsuspend.os]
16 Error 1
17 make[2]: *** Waiting for unfinished jobs....
18 make[2]: Leaving directory
19 `/var/tmp/portage/sys-libs/glibc-2.6.1/work/glibc-2.6.1/signal'
20 make[1]: *** [signal/subdir_lib] Error 2
21 make[1]: Leaving directory
22 `/var/tmp/portage/sys-libs/glibc-2.6.1/work/glibc-2.6.1'
23 make: *** [all] Error 2
24 *
25 * ERROR: sys-libs/glibc-2.6.1 failed.
26 * Call stack:
27 * ebuild.sh, line 49: Called src_compile
28 * environment, line 3325: Called eblit-run 'src_compile'
29 * environment, line 1066: Called eblit-glibc-src_compile
30 * src_compile.eblit, line 179: Called toolchain-glibc_src_compile
31 * src_compile.eblit, line 122: Called die
32 * The specific snippet of code:
33 * make PARALLELMFLAGS="${MAKEOPTS}" || die "make for ${ABI}
34 failed"
35 * The die message:
36 * make for default failed
37
38
39
40
41
42
43 And for the binutils :
44 /var/tmp/portage/sys-devel/binutils-2.18-r1/work/binutils-2.18/bfd/trad-core.c:122:
45 error: for each function it appears in.)
46 make[4]: *** [trad-core.lo] Erreur 1
47 make[4]: *** Attente des tâches non terminées....
48 libtool: compile: alpha-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I.
49 -I/var/tmp/portage/sys-devel/binutils-2.18-r1/work/binutils-2.18/bfd -I.
50 -DTRAD_CORE -I.
51 -I/var/tmp/portage/sys-devel/binutils-2.18-r1/work/binutils-2.18/bfd
52 -I/var/tmp/portage/sys-devel/binutils-2.18-r1/work/binutils-2.18/bfd/../include
53 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -mcpu=pca56 -mieee -pipe
54 -O2 -c
55 /var/tmp/portage/sys-devel/binutils-2.18-r1/work/binutils-2.18/bfd/elf32.c
56 -o elf32.o >/dev/null 2>&1
57 make[4]: quittant le répertoire «
58 /var/tmp/portage/sys-devel/binutils-2.18-r1/work/build/bfd »
59 make[3]: *** [all-recursive] Erreur 1
60 make[3]: quittant le répertoire «
61 /var/tmp/portage/sys-devel/binutils-2.18-r1/work/build/bfd »
62 make[2]: *** [all] Erreur 2
63 make[2]: quittant le répertoire «
64 /var/tmp/portage/sys-devel/binutils-2.18-r1/work/build/bfd »
65 make[1]: *** [all-bfd] Erreur 2
66 make[1]: quittant le répertoire «
67 /var/tmp/portage/sys-devel/binutils-2.18-r1/work/build »
68 make: *** [all] Erreur 2
69 *
70 * ERROR: sys-devel/binutils-2.18-r1 failed.
71 * Call stack:
72 * ebuild.sh, line 49: Called src_compile
73 * environment, line 2704: Called
74 toolchain-binutils_src_compile
75 * environment, line 3243: Called die
76 * The specific snippet of code:
77 * emake all || die "emake failed";
78 * The die message:
79 * emake failed
80
81
82 So if you have a idea !!!
83
84 thx for your help.
85 --
86 View this message in context: http://www.nabble.com/Glibc-2.6.1-and-binutils-2.18-r1-tp15852363p15852363.html
87 Sent from the gentoo-alpha mailing list archive at Nabble.com.
88
89 --
90 gentoo-alpha@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alpha] Glibc-2.6.1 and binutils-2.18-r1 Jose Luis Rivero <yoswink@g.o>