Gentoo Archives: gentoo-releng-autobuilds

From: root <vapier@g.o>
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [s390-auto] Catalyst fatal build error - stage3.spec
Date: Mon, 26 Feb 2018 11:32:48
Message-Id: 20180226113243.99523201D3@nightheron.gentoo.org
1 tooldir_sysinc=`echo "/usr/lib/gcc/s390-ibm-linux-gnu/5.4.0/../../../../s390-ibm-linux-gnu/sys-include" | sed -e :a -e "s,[^/]*/\.\.\/,," -e ta`; \
2 if test "x`echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`" = "x${tooldir_sysinc}"; \
3 then sleep 1; else exit 1; fi; \
4 fi; \
5 /bin/bash /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/../mkinstalldirs ${fix_dir}; \
6 chmod a+rx ${fix_dir} || true; \
7 (TARGET_MACHINE='s390-ibm-linux-gnu'; srcdir=`cd /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc; ${PWDCMD-pwd}`; \
8 SHELL='/bin/bash'; MACRO_LIST=`${PWDCMD-pwd}`/macro_list ; \
9 gcc_dir=`${PWDCMD-pwd}` ; \
10 export TARGET_MACHINE srcdir SHELL MACRO_LIST && \
11 cd ../build-s390-ibm-linux-gnu/fixincludes && \
12 /bin/bash ./fixinc.sh "${gcc_dir}/${fix_dir}" \
13 `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta` ); \
14 rm -f ${fix_dir}/syslimits.h; \
15 if [ -f ${fix_dir}/limits.h ]; then \
16 mv ${fix_dir}/limits.h ${fix_dir}/syslimits.h; \
17 else \
18 cp /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/gsyslimits.h ${fix_dir}/syslimits.h; \
19 fi; \
20 chmod a+r ${fix_dir}/syslimits.h; \
21 done; \
22 fi
23 make[4]: Entering directory '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/prev-gcc'
24 (cd `${PWDCMD-pwd}`/include-fixed ; \
25 tar -cf - .; exit 0) | (cd /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/prev-gcc/../gcc/./include-fixed; tar xpf - )
26 make[4]: Leaving directory '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/prev-gcc'
27 echo timestamp > stmp-fixinc
28 if [ -d include ] ; then true; else mkdir include; chmod a+rx include; fi
29 if [ -d include-fixed ] ; then true; else mkdir include-fixed; chmod a+rx include-fixed; fi
30 for file in .. /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/float.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/iso646.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stdarg.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stdbool.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stddef.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/varargs.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stdfix.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stdnoreturn.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stdalign.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stdatomic.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/config/s390/s390intrin.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/config/s390/htmintrin.h /var/tmp/portage/sys-devel/gcc-5.4.
31 0-r4/work/gcc-5.4.0/gcc/config/s390/htmxlintrin.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/config/s390/vecintrin.h; do \
32 if [ X$file != X.. ]; then \
33 realfile=`echo $file | sed -e 's|.*/\([^/]*\)$||'`; \
34 echo timestamp > include/$realfile; \
35 rm -f include/$realfile; \
36 cp $file include; \
37 chmod a+r include/$realfile; \
38 fi; \
39 done
40 for file in .. ; do \
41 if [ X$file != X.. ]; then \
42 mv include/$file include/x_$file; \
43 echo "#include_next <$file>" >include/$file; \
44 cat include/x_$file >>include/$file; \
45 rm -f include/x_$file; \
46 chmod a+r include/$file; \
47 fi; \
48 done
49 for file in .. ; do \
50 if [ X$file != X.. ]; then \
51 echo "#include_next <$file>" >>include/$file; \
52 chmod a+r include/$file; \
53 fi; \
54 done
55 rm -f include/stdint.h
56 if [ wrap = wrap ]; then \
57 rm -f include/stdint-gcc.h; \
58 cp /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stdint-gcc.h include/stdint-gcc.h; \
59 chmod a+r include/stdint-gcc.h; \
60 cp /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stdint-wrap.h include/stdint.h; \
61 chmod a+r include/stdint.h; \
62 elif [ wrap = provide ]; then \
63 cp /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/ginclude/stdint-gcc.h include/stdint.h; \
64 chmod a+r include/stdint.h; \
65 fi
66 set -e; for ml in `cat fixinc_list`; do \
67 sysroot_headers_suffix=`echo ${ml} | sed -e 's/;.*$//'`; \
68 multi_dir=`echo ${ml} | sed -e 's/^[^;]*;//'`; \
69 fix_dir=include-fixed${multi_dir}; \
70 if [ -f `echo /usr/include | sed -e :a -e 's,[^/]*/\.\.\/,,' -e ta`/limits.h ] ; then \
71 cat /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/limitx.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/glimits.h /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/limity.h > tmp-xlimits.h; \
72 else \
73 cat /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/glimits.h > tmp-xlimits.h; \
74 fi; \
75 /bin/bash /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/../mkinstalldirs ${fix_dir}; \
76 chmod a+rx ${fix_dir} || true; \
77 /bin/bash /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/../move-if-change \
78 tmp-xlimits.h tmp-limits.h; \
79 rm -f ${fix_dir}/limits.h; \
80 cp -p tmp-limits.h ${fix_dir}/limits.h; \
81 chmod a+r ${fix_dir}/limits.h; \
82 done
83 rm -f include-fixed/README
84 cp /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/../fixincludes/README-fixinc include-fixed/README
85 chmod a+r include-fixed/README
86 echo timestamp > stmp-int-hdrs
87 /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/./prev-gcc/xg++ -B/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/./prev-gcc/ -B/usr/s390-ibm-linux-gnu/bin/ -nostdinc++ -B/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/prev-s390-ibm-linux-gnu/libstdc++-v3/src/.libs -B/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/prev-s390-ibm-linux-gnu/libstdc++-v3/libsupc++/.libs -isystem /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/prev-s390-ibm-linux-gnu/libstdc++-v3/include/s390-ibm-linux-gnu -isystem /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/prev-s390-ibm-linux-gnu/libstdc++-v3/include -isystem /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/libstdc++-v3/libsupc++ -L/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/prev-s390-ibm-linux-gnu/libstdc++-v3/src/.libs -L/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/prev-s390-ibm-linux-gnu/libstdc++-v3/libsupc++/.libs -O2 -pipe -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W
88 -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -o lto1 \
89 lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o libbackend.a main.o libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a -lmpc -lmpfr -lgmp -rdynamic -ldl -lz libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
90 collect2: error: ld returned 1 exit status
91 /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0/gcc/lto/Make-lang.in:71: recipe for target 'lto1' failed
92 make[3]: *** [lto1] Error 1
93 rm gfortran.pod gcc.pod
94 make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build/gcc'
95 Makefile:4405: recipe for target 'all-stage2-gcc' failed
96 make[2]: *** [all-stage2-gcc] Error 2
97 make[2]: Leaving directory '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build'
98 Makefile:18781: recipe for target 'stage2-bubble' failed
99 make[1]: *** [stage2-bubble] Error 2
100 make[1]: Leaving directory '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build'
101 Makefile:18995: recipe for target 'bootstrap-lean' failed
102 make: *** [bootstrap-lean] Error 2
103 * ERROR: sys-devel/gcc-5.4.0-r4::gentoo failed (compile phase):
104 * emake failed
105 *
106 * If you need support, post the output of `emerge --info '=sys-devel/gcc-5.4.0-r4::gentoo'`,
107 * the complete build log and the output of `emerge -pqv '=sys-devel/gcc-5.4.0-r4::gentoo'`.
108 * The complete build log is located at '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/temp/build.log'.
109 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/temp/environment'.
110 * Working directory: '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build'
111 * S: '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0'
112 *
113 * Please include /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-build-logs.tar.bz2 in your bug report.
114 *
115 * Messages for package sys-apps/opentmpfiles-0.1.3:
116 * Auto-adding 'opentmpfiles-dev' service to your sysinit runlevel
117 * Auto-adding 'opentmpfiles-setup' service to your boot runlevel
118 * Messages for package sys-apps/baselayout-2.4.1-r2:
119 * The following users have non-existent shells!
120 * halt - /sbin/halt
121 * shutdown - /sbin/shutdown
122 * You should reboot now to get /run mounted with tmpfs!
123 * Messages for package sys-libs/timezone-data-2017c:
124 * You do not have TIMEZONE set in /etc/timezone.
125 * Skipping auto-update of /etc/localtime.
126 * Messages for package sys-apps/sysvinit-2.88-r9:
127 * The last/lastb/mesg/mountpoint/sulogin/utmpdump/wall tools have been moved to
128 * sys-apps/util-linux. The pidof tool has been moved to sys-process/procps.
129 * Messages for package sys-apps/busybox-1.25.1:
130 * Could not locate user configfile, so we will save a default one
131 * Your configuration for sys-apps/busybox-1.25.1 has been saved in
132 * /etc/portage/savedconfig/sys-apps/busybox-1.25.1 for your editing pleasure.
133 * You can edit these files by hand and remerge this package with
134 * USE=savedconfig to customise the configuration.
135 * You can rename this file/directory to one of the following for
136 * its configuration to apply to multiple versions:
137 * ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
138 * [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
139 * Messages for package sys-apps/coreutils-8.26:
140 * Make sure you run 'hash -r' in your active shells.
141 * You should also re-source your shell settings for LS_COLORS
142 * changes, such as: source /etc/profile
143 * Messages for package sys-libs/glibc-2.25-r9:
144 * Defaulting /etc/host.conf:multi to on
145 * Generating all locales; edit /etc/locale.gen to save time/space
146 * Messages for package sys-devel/gcc-5.4.0-r4:
147 * ERROR: sys-devel/gcc-5.4.0-r4::gentoo failed (compile phase):
148 * emake failed
149 *
150 * If you need support, post the output of `emerge --info '=sys-devel/gcc-5.4.0-r4::gentoo'`,
151 * the complete build log and the output of `emerge -pqv '=sys-devel/gcc-5.4.0-r4::gentoo'`.
152 * The complete build log is located at '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/temp/build.log'.
153 * The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/temp/environment'.
154 * Working directory: '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/build'
155 * S: '/var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-5.4.0'
156 *
157 * Please include /var/tmp/portage/sys-devel/gcc-5.4.0-r4/work/gcc-build-logs.tar.bz2 in your bug report.
158 *
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176 !!! catalyst: run script failed.
177
178
179 Traceback (most recent call last):
180 File "modules/generic_stage_target.py", line 1244, in run_local
181 "run script failed.",env=self.env)
182 File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
183 raise CatalystError,myexc
184 CatalystError
185 None
186
187 !!! catalyst: Stage build aborting due to error.
188
189 Traceback (most recent call last):
190 File "/usr/lib/catalyst/catalyst", line 218, in build_target
191 mytarget.run()
192 File "modules/generic_stage_target.py", line 1304, in run
193 apply(getattr(self,x))
194 File "modules/generic_stage_target.py", line 1249, in run_local
195 raise CatalystError,"Stage build aborting due to error."
196 CatalystError
197 !!! catalyst: Error encountered during run of target stage3
198 Catalyst aborting....
199 lockfile does not exist '/var/tmp/catalyst/tmp/default/stage3-s390-20180226T081216Z/.catalyst_lock'
200 Command exited with non-zero status 1
201 6350.76user 1012.79system 1:20:18elapsed 152%CPU (0avgtext+0avgdata 2572288maxresident)k
202 0inputs+0outputs (726major+519553305minor)pagefaults 0swaps
203
204
205
206 Full build log at /tmp/catalyst-auto.20180226T081216Z.T9CPbU/log/stage3.log