Gentoo Archives: gentoo-user

From: Dale <dalek1967@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Failure to compile gcc-3.3.6-r1
Date: Wed, 21 Nov 2007 20:39:07
Message-Id: 47449573.8040001@bellsouth.net
In Reply to: [gentoo-user] Re: Failure to compile gcc-3.3.6-r1 by "Łeandro Sales"
1 Łeandro Sales wrote:
2 > 2007/11/21, Łeandro Sales <leandroal@×××××.com>:
3 >
4 >> Hi folks,
5 >> someone to help me on this issue:
6 >>
7 >> * Messages for package sys-devel/gcc-3.3.6-r1:
8 >>
9 >> *
10 >> * ERROR: sys-devel/gcc-3.3.6-r1 failed.
11 >> * Call stack:
12 >> * ebuild.sh, line 1701: Called dyn_compile
13 >> * ebuild.sh, line 1039: Called qa_call 'src_compile'
14 >> * ebuild.sh, line 44: Called src_compile
15 >> * ebuild.sh, line 1383: Called toolchain_src_compile
16 >> * toolchain.eclass, line 26: Called gcc_src_compile
17 >> * toolchain.eclass, line 1548: Called gcc_do_make
18 >> * toolchain.eclass, line 1422: Called die
19 >> * The specific snippet of code:
20 >> * emake \
21 >> * LDFLAGS="${LDFLAGS}" \
22 >> * STAGE1_CFLAGS="${STAGE1_CFLAGS}" \
23 >> * LIBPATH="${LIBPATH}" \
24 >> * BOOT_CFLAGS="${BOOT_CFLAGS}" \
25 >> * ${GCC_MAKE_TARGET} \
26 >> * || die "emake failed with ${GCC_MAKE_TARGET}"
27 >> * The die message:
28 >> * emake failed with bootstrap-lean
29 >>
30 >> Thanks,
31 >> Leandro.
32 >>
33 >>
34 >
35 > Hi, just to complete the error msg:
36 >
37 > 3.6-r1/work/gcc-3.3.6/gcc/c-common.c
38 > /var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/c-common.h
39 > /var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/c-pragma.c
40 > /var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/c-objc-common.c";
41 > \
42 > for f in $gf; do \
43 > echo "\"$f\", "; done >> tmp-gtyp.h
44 > bison -v /var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/treelang/parse.y\
45 > --output=/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/treelang/parse.c
46 > --defines
47 > bison: cannot open file
48 > `/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/treelang/parse.y--output=/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/treelang/parse.c':
49 > No such file or directory
50 > echo " NULL};" >> tmp-gtyp.h
51 > make[2]: *** [/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/treelang/parse.h]
52 > Error 1
53 > make[2]: *** Waiting for unfinished jobs....
54 > echo "static const char *lang_dir_names[] = { \"c\", " >> tmp-gtyp.h
55 > gf="cp f treelang"; \
56 > for l in $gf; do \
57 > echo "\"$l\", "; done >> tmp-gtyp.h
58 > echo "NULL};" >> tmp-gtyp.h
59 > /bin/sh /var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/gcc-3.3.6/gcc/move-if-change
60 > tmp-gtyp.h gtyp-gen.h
61 > make[2]: Leaving directory
62 > `/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/build/gcc'
63 > make[1]: *** [stage2_build] Error 2
64 > make[1]: Leaving directory
65 > `/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/build/gcc'
66 > make: *** [bootstrap-lean] Error 2
67 > �éí˘�Źz¸�Ú(˘¸&j)b� bst==
68
69 Disregard my last email. It's Bison that can't open a missing file. My
70 bad.
71
72 Dale
73
74 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Re: Failure to compile gcc-3.3.6-r1 "Łeandro Sales" <leandroal@×××××.com>