From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6A14B138CAE for ; Mon, 4 May 2015 05:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE7A2E07C5; Mon, 4 May 2015 05:32:48 +0000 (UTC) Received: from lantean.jmbsvicetto.name (lantean.jmbsvicetto.name [88.198.230.205]) by pigeon.gentoo.org (Postfix) with ESMTP id 39ABBE07C5 for ; Mon, 4 May 2015 05:32:48 +0000 (UTC) Received: by lantean.jmbsvicetto.name (Postfix, from userid 0) id 4BA4B130635; Mon, 4 May 2015 05:32:47 +0000 (UTC) From: catalyst@lantean.jmbsvicetto.name To: jmbsvicetto@gmail.com,gentoo-releng-autobuilds@lists.gentoo.org Subject: [gentoo-releng-autobuilds] [amd64-auto] Catalyst fatal build error - hardened/stage1.spec Message-Id: <20150504053247.4BA4B130635@lantean.jmbsvicetto.name> Date: Mon, 4 May 2015 05:32:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Release Engineering Autobuilds X-BeenThere: gentoo-releng-autobuilds@gentoo.org X-BeenThere: gentoo-releng-autobuilds@lists.gentoo.org Reply-To: gentoo-releng-autobuilds@lists.gentoo.org X-Archives-Salt: dfea9b3f-3957-4f4c-a11d-5a9b6beef341 X-Archives-Hash: bccf3546ea949640ee8a9370e68181d2 gawk -f /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/opt-gather.awk /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/ada/gcc-interface/lang.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/fortran/lang.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/go/lang.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/java/lang.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/lto/lang.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/c-family/c.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/common.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/config/fused-madd.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/config/i386/i386.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/config/gnu-user.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/config/linux.opt /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/config/linux-android.opt > tmp-optionlist /bin/bash /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options TARGET_CPU_DEFAULT="" \ HEADERS="config/i386/i386-protos.h tm-preds.h" DEFINES="" \ /bin/bash /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/mkconfig.sh tm_p.h rm -f tmp-all-tree.def echo '#include "tree.def"' > tmp-all-tree.def echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def echo '#include "c-family/c-common.def"' >> tmp-all-tree.def ltf="/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/ada/gcc-interface/ada-tree.def /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/cp/cp-tree.def /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/java/java-tree.def /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/objc/objc-tree.def"; for f in $ltf; do \ echo "#include \"$f\""; \ done | sed 's|/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/||' >> tmp-all-tree.def /bin/bash /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../move-if-change tmp-all-tree.def all-tree.def echo timestamp > s-alltree if test yes = yes \ || test -n "m64=../lib64 m32=../lib32 mx32=../libx32"; then \ /bin/bash /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/genmultilib \ "m32/m64" \ " 32 64" \ "" \ "" \ "" \ "" \ "m64=../lib64 m32=../lib32 mx32=../libx32" \ "" \ "" \ "" \ "yes" \ > tmp-mlib.h; \ else \ /bin/bash /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/genmultilib '' '' '' '' '' '' '' '' \ "" '' no \ > tmp-mlib.h; \ fi /bin/bash /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../move-if-change tmp-mlib.h multilib.h echo timestamp > s-mlib lsf="/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/cp/lang-specs.h /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/lto/lang-specs.h"; for f in $lsf; do \ echo "#include \"$f\""; \ done | sed 's|/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/||' > tmp-specs.h /bin/bash /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../move-if-change tmp-specs.h specs.h echo timestamp > s-specs echo "/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/./prev-gcc/xg++ -B/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/./prev-gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/libstdc++-v3/libsupc++ -L/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -DEFAULT_PIE_SSP -fno-PIE -m64 -O2 -pipe -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narr owing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc " > checksum-options.tmp \ && /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../move-if-change checksum-options.tmp checksum-options gawk -f /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/config/i386/i386-builtin-types.awk /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/config/i386/i386-builtin-types.def > tmp-bt.inc /bin/bash /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../move-if-change tmp-bt.inc i386-builtin-types.inc echo timestamp > s-i386-bt cp /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/gcc-ar.c gcc-nm.c cp /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/gcc-ar.c gcc-ranlib.c /var/tmp/portage/sys-devel/gcc-4.8.4/work/build/./prev-gcc/xg++ -B/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/./prev-gcc/ -B/usr/x86_64-pc-linux-gnu/bin/ -nostdinc++ -B/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -B/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/libstdc++-v3/libsupc++ -L/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/src/.libs -L/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/libsupc++/.libs -c -DEFAULT_PIE_SSP -fno-PIE -DHOST_GENERATOR_FILE -m64 -O2 -pipe -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/. -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../include -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../libdecnumber/bid -I../libdecnumber -I/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../libbacktrace /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/gengtype.c -o gengtype.o In file included from /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/gengtype.c:26:0: /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/system.h:500:34: error: declaration of C function 'const char* strsignal(int)' conflicts with extern const char *strsignal (int); ^ In file included from /var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/cstring:42:0, from /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/system.h:205, from /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/gengtype.c:26: /usr/include/string.h:563:14: error: previous declaration 'char* strsignal(int)' here extern char *strsignal (int __sig) __THROW; ^ In file included from /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/system.h:645:0, from /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/gengtype.c:26: /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/../include/libiberty.h:110:36: error: new declaration 'char* basename(const char*)' extern char *basename (const char *); ^ In file included from /var/tmp/portage/sys-devel/gcc-4.8.4/work/build/prev-x86_64-pc-linux-gnu/libstdc++-v3/include/cstring:42:0, from /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/system.h:205, from /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/gengtype.c:26: /usr/include/string.h:600:26: error: ambiguates old declaration 'const char* basename(const char*)' extern "C++" const char *basename (const char *__filename) ^ In file included from /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/gengtype.c:26:0: /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/system.h:289:56: error: 'CHAR_BIT' was not declared in this scope ? ~ (t) 0 << (sizeof(t) * CHAR_BIT - 1) : (t) 0)) ^ /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/system.h:290:44: note: in expansion of macro 'INTTYPE_MINIMUM' #define INTTYPE_MAXIMUM(t) ((t) (~ (t) 0 - INTTYPE_MINIMUM (t))) ^ /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/system.h:294:20: note: in expansion of macro 'INTTYPE_MAXIMUM' # define UCHAR_MAX INTTYPE_MAXIMUM (unsigned char) ^ /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4/gcc/gengtype.h:455:23: note: in expansion of macro 'UCHAR_MAX' CHAR_TOKEN_OFFSET = UCHAR_MAX + 1, ^ Makefile:1070: recipe for target 'gengtype.o' failed make[3]: *** [gengtype.o] Error 1 make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-4.8.4/work/build/gcc' Makefile:4232: recipe for target 'all-stage3-gcc' failed make[2]: *** [all-stage3-gcc] Error 2 make[2]: Leaving directory '/var/tmp/portage/sys-devel/gcc-4.8.4/work/build' Makefile:17178: recipe for target 'stage3-bubble' failed make[1]: *** [stage3-bubble] Error 2 make[1]: Leaving directory '/var/tmp/portage/sys-devel/gcc-4.8.4/work/build' Makefile:17252: recipe for target 'bootstrap-lean' failed make: *** [bootstrap-lean] Error 2 * ERROR: sys-devel/gcc-4.8.4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-devel/gcc-4.8.4::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-devel/gcc-4.8.4::gentoo'`. * The complete build log is located at '/var/log/portage/sys-devel:gcc-4.8.4:20150504-051123.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/gcc-4.8.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.8.4/temp/environment'. * Working directory: '/var/tmp/portage/sys-devel/gcc-4.8.4/work/build' * S: '/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4' * * Please include /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-build-logs.tar.bz2 in your bug report. * * Messages for package sys-libs/timezone-data-2015b: * You do not have TIMEZONE set in /etc/timezone. * Skipping auto-update of /etc/localtime. * Messages for package dev-lang/perl-5.20.1-r4: * Removing dead symlink //usr/share/man/man1/ptar.1.bz2 * Removing dead symlink //usr/share/man/man1/ptardiff.1.bz2 * Removing dead symlink //usr/share/man/man1/ptargrep.1.bz2 * Removing dead symlink //usr/share/man/man1/shasum.1.bz2 * Removing dead symlink //usr/share/man/man1/cpan.1.bz2 * Removing dead symlink //usr/share/man/man1/enc2xs.1.bz2 * Removing dead symlink //usr/share/man/man1/piconv.1.bz2 * Removing dead symlink //usr/share/man/man1/instmodsh.1.bz2 * Removing dead symlink //usr/share/man/man1/xsubpp.1.bz2 * Removing dead symlink //usr/share/man/man1/zipdetails.1.bz2 * Removing dead symlink //usr/share/man/man1/json_pp.1.bz2 * Removing dead symlink //usr/share/man/man1/corelist.1.bz2 * Removing dead symlink //usr/share/man/man1/pod2usage.1.bz2 * Removing dead symlink //usr/share/man/man1/podchecker.1.bz2 * Removing dead symlink //usr/share/man/man1/podselect.1.bz2 * Removing dead symlink //usr/share/man/man1/perldoc.1.bz2 * Removing dead symlink //usr/share/man/man1/prove.1.bz2 * Removing dead symlink //usr/share/man/man1/pod2man.1.bz2 * Removing dead symlink //usr/share/man/man1/pod2text.1.bz2 * Removing dead symlink //usr/share/man/man1/perlpodstyle.1.bz2 * Messages for package dev-lang/perl-5.20.2: * Unable to establish //usr/share/man/man1/ptar.1* symlink * Unable to establish //usr/share/man/man1/ptardiff.1* symlink * Unable to establish //usr/share/man/man1/ptargrep.1* symlink * Unable to establish //usr/share/man/man1/shasum.1* symlink * Unable to establish //usr/share/man/man1/cpan.1* symlink * Unable to establish //usr/share/man/man1/enc2xs.1* symlink * Unable to establish //usr/share/man/man1/piconv.1* symlink * Unable to establish //usr/share/man/man1/instmodsh.1* symlink * Unable to establish //usr/share/man/man1/xsubpp.1* symlink * Unable to establish //usr/share/man/man1/zipdetails.1* symlink * Unable to establish //usr/share/man/man1/json_pp.1* symlink * Unable to establish //usr/share/man/man1/corelist.1* symlink * Unable to establish //usr/share/man/man1/pod2usage.1* symlink * Unable to establish //usr/share/man/man1/podchecker.1* symlink * Unable to establish //usr/share/man/man1/podselect.1* symlink * Unable to establish //usr/share/man/man1/perldoc.1* symlink * Unable to establish //usr/share/man/man1/prove.1* symlink * Unable to establish //usr/share/man/man1/pod2man.1* symlink * Unable to establish //usr/share/man/man1/pod2text.1* symlink * Unable to establish //usr/share/man/man1/perlpodstyle.1* symlink * Messages for package sys-devel/gcc-4.8.4: * ERROR: sys-devel/gcc-4.8.4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-devel/gcc-4.8.4::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-devel/gcc-4.8.4::gentoo'`. * The complete build log is located at '/var/log/portage/sys-devel:gcc-4.8.4:20150504-051123.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/gcc-4.8.4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-4.8.4/temp/environment'. * Working directory: '/var/tmp/portage/sys-devel/gcc-4.8.4/work/build' * S: '/var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-4.8.4' * * Please include /var/tmp/portage/sys-devel/gcc-4.8.4/work/gcc-build-logs.tar.bz2 in your bug report. * !!! catalyst: run script failed. Traceback (most recent call last): File "modules/generic_stage_target.py", line 1253, in run_local "run script failed.",env=self.env) File "/usr/lib64/catalyst//modules/catalyst_support.py", line 541, in cmd raise CatalystError,myexc CatalystError None !!! catalyst: Stage build aborting due to error. Traceback (most recent call last): File "/usr/lib64/catalyst/catalyst", line 218, in build_target mytarget.run() File "modules/generic_stage_target.py", line 1333, in run apply(getattr(self,x)) File "modules/generic_stage_target.py", line 1258, in run_local raise CatalystError,"Stage build aborting due to error." CatalystError !!! catalyst: Error encountered during run of target stage1 Catalyst aborting.... lockfile does not exist '/home/release/buildroot/amd64-dev/tmp/hardened/stage1-amd64-hardened-20150504/.catalyst_lock' Full build log at /home/release/tmp/run/catalyst-auto.EPtrzk/log/hardened_stage1.log