Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@×××××××××××××××××××××××.org
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [ia64-auto] Catalyst fatal build error - stage1.spec
Date: Tue, 02 Apr 2013 07:10:49
Message-Id: 20130402071048.8D14CE0AD3@pigeon.gentoo.org
1 Applying io_quotes_use to linux/input.h
2 Applying io_quotes_use to linux/auto_fs.h
3 Applying io_quotes_use to linux/auto_fs4.h
4 Applying io_quotes_use to linux/omapfb.h
5 Applying io_quotes_use to linux/spi/spidev.h
6 Applying io_quotes_use to linux/agpgart.h
7 Applying io_quotes_use to linux/kvm.h
8 Applying io_quotes_use to linux/cm4000_cs.h
9 Applying io_quotes_use to linux/hsi/hsi_char.h
10 Applying io_quotes_use to linux/synclink.h
11 Applying io_quotes_use to linux/vhost.h
12 Applying io_quotes_use to linux/blkpg.h
13 Applying io_quotes_def to linux/pci_regs.h
14 Applying io_quotes_use to linux/nbd.h
15 Applying io_quotes_use to linux/atmbr2684.h
16 Applying pthread_incomplete_struct_argument to pthread.h
17 Applying glibc_stdint to stdint.h
18 Applying io_quotes_use to video/sisfb.h
19 Applying linux_ia64_ucontext to sys/ucontext.h
20 Fixed: sys/ucontext.h
21 Applying io_quotes_use to sys/raw.h
22 Applying io_quotes_use to sys/mount.h
23 Applying ctrl_quotes_def to readline/chardefs.h
24 Cleaning up unneeded directories:
25 fixincludes is done
26 echo timestamp > stmp-fixinc
27 if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
28 if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
29 for file in .. /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/float.h /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/iso646.h /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/stdarg.h /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/stdbool.h /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/stddef.h /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/varargs.h /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/stdfix.h /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/config/ia64/ia64intrin.h; do \
30 if [ X$file != X.. ]; then \
31 realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
32 echo timestamp > include/$realfile; \
33 rm -f include/$realfile; \
34 cp $file include; \
35 chmod a+r include/$realfile; \
36 fi; \
37 done
38 for file in .. ; do \
39 if [ X$file != X.. ]; then \
40 mv include/$file include/x_$file; \
41 echo "#include_next <$file>" >include/$file; \
42 cat include/x_$file >>include/$file; \
43 rm -f include/x_$file; \
44 chmod a+r include/$file; \
45 fi; \
46 done
47 for file in .. ; do \
48 if [ X$file != X.. ]; then \
49 echo "#include_next <$file>" >>include/$file; \
50 chmod a+r include/$file; \
51 fi; \
52 done
53 rm -f include/unwind.h
54 cp /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/unwind-generic.h include/unwind.h
55 chmod a+r include/unwind.h
56 rm -f include/stdint.h
57 if [ wrap = wrap ]; then \
58 rm -f include/stdint-gcc.h; \
59 cp /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \
60 chmod a+r include/stdint-gcc.h; \
61 cp /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/stdint-wrap.h include/stdint.h; \
62 chmod a+r include/stdint.h; \
63 elif [ wrap = provide ]; then \
64 cp /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/ginclude/stdint-gcc.h include/stdint.h; \
65 chmod a+r include/stdint.h; \
66 fi
67 set -e; for ml in `cat fixinc_list`; do \
68 sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
69 multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
70 fix_dir=include-fixed${multi_dir}; \
71 if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
72 cat /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/limitx.h /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/glimits.h /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/limity.h > tmp-xlimits.h; \
73 else \
74 cat /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/glimits.h > tmp-xlimits.h; \
75 fi; \
76 /bin/sh /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../mkinstalldirs ${fix_dir}; \
77 chmod a+rx ${fix_dir} || true; \
78 rm -f ${fix_dir}/limits.h; \
79 mv tmp-xlimits.h ${fix_dir}/limits.h; \
80 chmod a+r ${fix_dir}/limits.h; \
81 done
82 rm -f include-fixed/README
83 cp /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../fixincludes/README-fixinc include-fixed/README
84 chmod a+r include-fixed/README
85 echo timestamp > stmp-int-hdrs
86 TARGET_CPU_DEFAULT="" \
87 HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
88 /bin/sh /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/mkconfig.sh tconfig.h
89 cp /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/config/ia64/sfp-machine.h sfp-machine.h
90 ia64-unknown-linux-gnu-gcc -c -DUSE_LIBUNWIND_EXCEPTIONS -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ilto -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/lto -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../include -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/lto/lto-lang.c -o lto/lto-lang.o
91 ia64-unknown-linux-gnu-gcc -c -DUSE_LIBUNWIND_EXCEPTIONS -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ilto -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/lto -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../include -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/lto/lto.c -o lto/lto.o
92 ia64-unknown-linux-gnu-gcc -c -DUSE_LIBUNWIND_EXCEPTIONS -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -I. -Ilto -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/lto -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../include -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/../libdecnumber/dpd -I../libdecnumber /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/lto/lto-object.c -o lto/lto-object.o
93 ia64-unknown-linux-gnu-gcc -DUSE_LIBUNWIND_EXCEPTIONS -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -DHAVE_CONFIG_H -Wl,-O1 -Wl,--as-needed -o lto1 \
94 lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o main.o libbackend.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -lmpc -lmpfr -lgmp -rdynamic -ldl -lz ../libcpp/libcpp.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
95 if [ xinfo = xinfo ]; then \
96 makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 --no-split -I . -I /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/doc \
97 -I /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/doc/include -o doc/cpp.info /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/doc/cpp.texi; \
98 fi
99 /var/tmp/portage/sys-devel/gcc-4.6.3/work/gcc-4.6.3/gcc/doc/include/gcc-common.texi:12: @include `gcc-vers.texi': No such file or directory.
100 makeinfo: Removing output file `doc/cpp.info' due to errors; use --force to preserve.
101 make[3]: *** [doc/cpp.info] Error 1
102 make[3]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.6.3/work/build/gcc'
103 make[2]: *** [all-stage1-gcc] Error 2
104 make[2]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.6.3/work/build'
105 make[1]: *** [stage1-bubble] Error 2
106 make[1]: Leaving directory `/var/tmp/portage/sys-devel/gcc-4.6.3/work/build'
107 make: *** [bootstrap-lean] Error 2
108 emake failed
109 * ERROR: sys-devel/gcc-4.6.3 failed (compile phase):
110 * emake failed with bootstrap-lean
111 *
112 * Call stack:
113 * ebuild.sh, line 93: Called src_compile
114 * environment, line 4127: Called toolchain_src_compile
115 * environment, line 4787: Called gcc_do_make
116 * environment, line 2426: Called die
117 * The specific snippet of code:
118 * emake LDFLAGS="${LDFLAGS}" STAGE1_CFLAGS="${STAGE1_CFLAGS}" LIBPATH="${LIBPATH}" BOOT_CFLAGS="${BOOT_CFLAGS}" ${GCC_MAKE_TARGET} || die "emake failed with ${GCC_MAKE_TARGET}";
119 *
120 * If you need support, post the output of `emerge --info '=sys-devel/gcc-4.6.3'`,
121 * the complete build log and the output of `emerge -pqv '=sys-devel/gcc-4.6.3'`.
122 *
123 * Please include /var/tmp/portage/sys-devel/gcc-4.6.3/work/build/gcc-build-logs.tar.bz2 in your bug report
124 *
125 * The complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.6.3/temp/build.log'.
126 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.6.3/temp/environment'.
127 * Working directory: '/var/tmp/portage/sys-devel/gcc-4.6.3/work/build'
128 * S: '/var/tmp/portage/sys-devel/gcc-4.6.3/work/build'
129 * Messages for package sys-libs/timezone-data-2012j merged to /tmp/stage1root/:
130 * You do not have TIMEZONE set in /tmp/stage1root/etc/timezone.
131 * Setting /tmp/stage1root/etc/localtime to Factory.
132 * Messages for package sys-apps/coreutils-8.20 merged to /tmp/stage1root/:
133 * Make sure you run 'hash -r' in your active shells.
134 * You should also re-source your shell settings for LS_COLORS
135 * changes, such as: source /etc/profile
136 * Messages for package sys-apps/util-linux-2.22.2 merged to /tmp/stage1root/:
137 * The agetty util now clears the terminal by default. You
138 * might want to add --noclear to your /etc/inittab lines.
139 * Messages for package sys-libs/glibc-2.15-r3 merged to /tmp/stage1root/:
140 * Defaulting /etc/host.conf:multi to on
141 * Messages for package sys-devel/gcc-4.6.3 merged to /tmp/stage1root/:
142 *
143 * LTO support is still experimental and unstable.
144 * Any bugs resulting from the use of LTO will not be fixed.
145 *
146 * ERROR: sys-devel/gcc-4.6.3 failed (compile phase):
147 * emake failed with bootstrap-lean
148 *
149 * Call stack:
150 * ebuild.sh, line 93: Called src_compile
151 * environment, line 4127: Called toolchain_src_compile
152 * environment, line 4787: Called gcc_do_make
153 * environment, line 2426: Called die
154 * The specific snippet of code:
155 * emake LDFLAGS="${LDFLAGS}" STAGE1_CFLAGS="${STAGE1_CFLAGS}" LIBPATH="${LIBPATH}" BOOT_CFLAGS="${BOOT_CFLAGS}" ${GCC_MAKE_TARGET} || die "emake failed with ${GCC_MAKE_TARGET}";
156 *
157 * If you need support, post the output of `emerge --info '=sys-devel/gcc-4.6.3'`,
158 * the complete build log and the output of `emerge -pqv '=sys-devel/gcc-4.6.3'`.
159 *
160 * Please include /var/tmp/portage/sys-devel/gcc-4.6.3/work/build/gcc-build-logs.tar.bz2 in your bug report
161 *
162 * The complete build log is located at '/var/tmp/portage/sys-devel/gcc-4.6.3/temp/build.log'.
163 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.6.3/temp/environment'.
164 * Working directory: '/var/tmp/portage/sys-devel/gcc-4.6.3/work/build'
165 * S: '/var/tmp/portage/sys-devel/gcc-4.6.3/work/build'
166
167
168
169
170
171
172
173
174
175
176
177 !!! catalyst: run script failed.
178
179
180 Traceback (most recent call last):
181 File "modules/generic_stage_target.py", line 1230, in run_local
182 "run script failed.",env=self.env)
183 File "/usr/lib/catalyst/modules/catalyst_support.py", line 539, in cmd
184 raise CatalystError,myexc
185 CatalystError
186 None
187
188 !!! catalyst: Stage build aborting due to error.
189
190 Traceback (most recent call last):
191 File "/usr/lib/catalyst/catalyst", line 214, in build_target
192 mytarget.run()
193 File "modules/generic_stage_target.py", line 1290, in run
194 apply(getattr(self,x))
195 File "modules/generic_stage_target.py", line 1235, in run_local
196 raise CatalystError,"Stage build aborting due to error."
197 CatalystError
198 !!! catalyst: Error encountered during run of target stage1
199 Catalyst aborting....
200 lockfile does not exist '/var/tmp/catalyst/tmp/default/stage1-ia64-20130402/.catalyst_lock'
201
202
203
204 Full build log at /tmp/catalyst-auto.17528/log/stage1.log