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: Sat, 16 Jun 2018 11:05:08
Message-Id: 20180616110501.A87F320482@nightheron.gentoo.org
1 make -C ..//libutil/ libutil.a
2 make[2]: Entering directory '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1/libutil'
3 make[2]: 'libutil.a' is up to date.
4 make[2]: Leaving directory '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1/libutil'
5 s390-ibm-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed zgetdump.o opts.o zg.o dfi.o dfi_vmcoreinfo.o dfi_lkcd.o dfi_elf.o dfi_s390.o dfi_s390mv.o dfi_s390tape.o dfi_kdump.o dfi_devmem.o dfo.o dfo_elf.o dfo_s390.o df_s390.o dt.o dt_s390sv.o dt_s390mv.o dt_scsi.o stdout.o ..//libutil/libutil.a -lz -o zgetdump
6 zg.o: In function `zg_type':
7 zg.c:(.text+0xe7c): undefined reference to `minor'
8 dfi_s390mv.o: In function `open_dump':
9 dfi_s390mv.c:(.text+0x28c): undefined reference to `makedev'
10 dfi_s390mv.c:(.text+0x290): undefined reference to `major'
11 dfi_s390mv.c:(.text+0x2a0): undefined reference to `minor'
12 dfi_s390mv.o: In function `dev_from_busid':
13 dfi_s390mv.c:(.text+0x7c8): undefined reference to `makedev'
14 collect2: error: ld returned 1 exit status
15 ../common.mak:173: recipe for target 'zgetdump' failed
16 make[1]: *** [zgetdump] Error 1
17 make[1]: Leaving directory '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1/zdump'
18 Makefile:41: recipe for target 'zdump' failed
19 make: *** [zdump] Error 2
20 s390-ibm-linux-gnu-gcc -I../include -I../boot -I../../include -DZFCPDUMP_DIR=/lib/s390-tools/zfcpdump -DZFCPDUMP_FS_IMAGE= -DZFCPDUMP_FS_RD= -DZFCPDUMP_PART_IMAGE=zfcpdump_part.image -DZFCPDUMP_PART_RD=zfcpdump_part.rd -D_FILE_OFFSET_BITS=64 -DS390_TOOLS_RELEASE=1.36.1-build-20180616 -DS390_TOOLS_LIBDIR=/lib/s390-tools -DS390_TOOLS_DATADIR=/usr/share/s390-tools -DS390_TOOLS_SYSCONFDIR=/etc -O2 -pipe -c job.c -o job.o
21 make: *** Waiting for unfinished jobs....
22 s390-ibm-linux-gnu-gcc -I../include -I../boot -I../../include -DZFCPDUMP_DIR=/lib/s390-tools/zfcpdump -DZFCPDUMP_FS_IMAGE= -DZFCPDUMP_FS_RD= -DZFCPDUMP_PART_IMAGE=zfcpdump_part.image -DZFCPDUMP_PART_RD=zfcpdump_part.rd -D_FILE_OFFSET_BITS=64 -DS390_TOOLS_RELEASE=1.36.1-build-20180616 -DS390_TOOLS_LIBDIR=/lib/s390-tools -DS390_TOOLS_DATADIR=/usr/share/s390-tools -DS390_TOOLS_SYSCONFDIR=/etc -O2 -pipe -c boot.c -o boot.o
23 s390-ibm-linux-gnu-gcc -I../include -I../boot -I../../include -DZFCPDUMP_DIR=/lib/s390-tools/zfcpdump -DZFCPDUMP_FS_IMAGE= -DZFCPDUMP_FS_RD= -DZFCPDUMP_PART_IMAGE=zfcpdump_part.image -DZFCPDUMP_PART_RD=zfcpdump_part.rd -D_FILE_OFFSET_BITS=64 -DS390_TOOLS_RELEASE=1.36.1-build-20180616 -DS390_TOOLS_LIBDIR=/lib/s390-tools -DS390_TOOLS_DATADIR=/usr/share/s390-tools -DS390_TOOLS_SYSCONFDIR=/etc -O2 -pipe -c bootmap.c -o bootmap.o
24 s390-ibm-linux-gnu-gcc -I../include -I../boot -I../../include -DZFCPDUMP_DIR=/lib/s390-tools/zfcpdump -DZFCPDUMP_FS_IMAGE= -DZFCPDUMP_FS_RD= -DZFCPDUMP_PART_IMAGE=zfcpdump_part.image -DZFCPDUMP_PART_RD=zfcpdump_part.rd -D_FILE_OFFSET_BITS=64 -DS390_TOOLS_RELEASE=1.36.1-build-20180616 -DS390_TOOLS_LIBDIR=/lib/s390-tools -DS390_TOOLS_DATADIR=/usr/share/s390-tools -DS390_TOOLS_SYSCONFDIR=/etc -O2 -pipe -c disk.c -o disk.o
25 disk.c: In function 'disk_get_info':
26 disk.c:229:37: warning: implicit declaration of function 'major' [-Wimplicit-function-declaration]
27 "major %d from /proc/devices
28 ", major(stats.st_rdev));
29  ^
30 disk.c:248:6: warning: implicit declaration of function 'minor' [-Wimplicit-function-declaration]
31 minor(stats.st_rdev));
32  ^
33 disk.c:326:19: warning: implicit declaration of function 'makedev' [-Wimplicit-function-declaration]
34 data->device = makedev(majnum, minnum);
35  ^
36 s390-ibm-linux-gnu-gcc -I../include -I../boot -I../../include -DZFCPDUMP_DIR=/lib/s390-tools/zfcpdump -DZFCPDUMP_FS_IMAGE= -DZFCPDUMP_FS_RD= -DZFCPDUMP_PART_IMAGE=zfcpdump_part.image -DZFCPDUMP_PART_RD=zfcpdump_part.rd -D_FILE_OFFSET_BITS=64 -DS390_TOOLS_RELEASE=1.36.1-build-20180616 -DS390_TOOLS_LIBDIR=/lib/s390-tools -DS390_TOOLS_DATADIR=/usr/share/s390-tools -DS390_TOOLS_SYSCONFDIR=/etc -O2 -pipe -c install.c -o install.o
37 install.c: In function 'install_bootloader':
38 install.c:357:11: warning: implicit declaration of function 'major' [-Wimplicit-function-declaration]
39 major(info->device), minor(info->device));
40  ^
41 install.c:357:32: warning: implicit declaration of function 'minor' [-Wimplicit-function-declaration]
42 major(info->device), minor(info->device));
43  ^
44 make -C ../..//libutil/ libutil.a
45 make[3]: Entering directory '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1/libutil'
46 make[3]: 'libutil.a' is up to date.
47 make[3]: Leaving directory '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1/libutil'
48 make -C ../..//libu2s/ libu2s.a
49 make[3]: Entering directory '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1/libu2s'
50 make[3]: 'libu2s.a' is up to date.
51 make[3]: Leaving directory '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1/libu2s'
52 ln -s zipl_helper.device-mapper chreipl_helper.device-mapper
53 s390-ibm-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -Wl,-z,noexecstack zipl.o misc.o error.o scan.o job.o boot.o bootmap.o disk.o install.o ../..//zipl/boot/data.o ../..//libutil/libutil.a ../..//libu2s/libu2s.a -o zipl
54 disk.o: In function `disk_get_info':
55 disk.c:(.text+0xdb4): undefined reference to `minor'
56 disk.c:(.text+0xdb8): undefined reference to `makedev'
57 disk.c:(.text+0xe28): undefined reference to `major'
58 disk.o: In function `disk_print_devt':
59 disk.c:(.text+0x16b0): undefined reference to `minor'
60 disk.c:(.text+0x16b4): undefined reference to `major'
61 disk.o: In function `disk_check_subchannel_set':
62 disk.c:(.text+0x221c): undefined reference to `makedev'
63 install.o: In function `install_bootloader':
64 install.c:(.text+0x10e0): undefined reference to `minor'
65 install.c:(.text+0x10e4): undefined reference to `major'
66 collect2: error: ld returned 1 exit status
67 ../../common.mak:173: recipe for target 'zipl' failed
68 make[2]: *** [zipl] Error 1
69 make[2]: Leaving directory '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1/zipl/src'
70 Makefile:5: recipe for target 'all' failed
71 make[1]: *** [all] Error 2
72 make[1]: Leaving directory '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1/zipl'
73 Makefile:41: recipe for target 'zipl' failed
74 make: *** [zipl] Error 2
75 * ERROR: sys-apps/s390-tools-1.36.1-r1::gentoo failed (compile phase):
76 * emake failed
77 *
78 * If you need support, post the output of `emerge --info '=sys-apps/s390-tools-1.36.1-r1::gentoo'`,
79 * the complete build log and the output of `emerge -pqv '=sys-apps/s390-tools-1.36.1-r1::gentoo'`.
80 * The complete build log is located at '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/temp/build.log'.
81 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/temp/environment'.
82 * Working directory: '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1'
83 * S: '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1'
84 * Messages for package sys-apps/opentmpfiles-0.1.3:
85 * Auto-adding 'opentmpfiles-dev' service to your sysinit runlevel
86 * Auto-adding 'opentmpfiles-setup' service to your boot runlevel
87 * Messages for package sys-apps/baselayout-2.4.1-r2:
88 * The following users have non-existent shells!
89 * halt - /sbin/halt
90 * shutdown - /sbin/shutdown
91 * You should reboot now to get /run mounted with tmpfs!
92 * Messages for package sys-libs/timezone-data-2018d:
93 * You do not have TIMEZONE set in /etc/timezone.
94 * Skipping auto-update of /etc/localtime.
95 * Messages for package sys-apps/sysvinit-2.88-r9:
96 * The last/lastb/mesg/mountpoint/sulogin/utmpdump/wall tools have been moved to
97 * sys-apps/util-linux. The pidof tool has been moved to sys-process/procps.
98 * Messages for package dev-util/meson-0.45.1:
99 * Could not find a UTF-8 locale. This may trigger build failures in
100 * some python packages. Please ensure that a UTF-8 locale is listed in
101 * /etc/locale.gen and run locale-gen.
102 * Messages for package sys-apps/busybox-1.28.0:
103 * Could not locate user configfile, so we will save a default one
104 * Your configuration for sys-apps/busybox-1.28.0 has been saved in
105 * /etc/portage/savedconfig/sys-apps/busybox-1.28.0 for your editing pleasure.
106 * You can edit these files by hand and remerge this package with
107 * USE=savedconfig to customise the configuration.
108 * You can rename this file/directory to one of the following for
109 * its configuration to apply to multiple versions:
110 * ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
111 * [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
112 * Messages for package sys-apps/coreutils-8.28-r1:
113 * Make sure you run 'hash -r' in your active shells.
114 * You should also re-source your shell settings for LS_COLORS
115 * changes, such as: source /etc/profile
116 * Messages for package sys-libs/glibc-2.26-r7:
117 * Applying Gentoo Glibc Patchset 2.26-7
118 * Generating all locales; edit /etc/locale.gen to save time/space
119 * Messages for package sys-devel/gcc-5.4.0-r4:
120 * If you have issues with packages unable to locate libstdc++.la,
121 * then try running 'fix_libtool_files.sh' on the old gcc versions.
122 * You might want to review the GCC upgrade guide when moving between
123 * major versions (like 4.2 to 4.3):
124 * https://wiki.gentoo.org/wiki/Upgrading_GCC
125 * Messages for package sys-libs/pam-1.2.1-r2:
126 * Some software with pre-loaded PAM libraries might experience
127 * warnings or failures related to missing symbols and/or versions
128 * after any update. While unfortunate this is a limit of the
129 * implementation of PAM and the software, and it requires you to
130 * restart the software manually after the update.
131 *
132 * You can get a list of such software running a command like
133 * lsof / | egrep -i 'del.*libpam\.so'
134 *
135 * Alternatively, simply reboot your system.
136 * Messages for package sys-apps/util-linux-2.30.2-r1:
137 * The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
138 * The agetty util now clears the terminal by default. You
139 * might want to add --noclear to your /etc/inittab lines.
140 * Messages for package sys-apps/s390-tools-1.36.1-r1:
141 * ERROR: sys-apps/s390-tools-1.36.1-r1::gentoo failed (compile phase):
142 * emake failed
143 *
144 * If you need support, post the output of `emerge --info '=sys-apps/s390-tools-1.36.1-r1::gentoo'`,
145 * the complete build log and the output of `emerge -pqv '=sys-apps/s390-tools-1.36.1-r1::gentoo'`.
146 * The complete build log is located at '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/temp/build.log'.
147 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/temp/environment'.
148 * Working directory: '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1'
149 * S: '/var/tmp/portage/sys-apps/s390-tools-1.36.1-r1/work/s390-tools-1.36.1'
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175 !!! catalyst: run script failed.
176
177
178 Traceback (most recent call last):
179 File "modules/generic_stage_target.py", line 1244, in run_local
180 "run script failed.",env=self.env)
181 File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
182 raise CatalystError,myexc
183 CatalystError
184 None
185
186 !!! catalyst: Stage build aborting due to error.
187
188 Traceback (most recent call last):
189 File "/usr/lib/catalyst/catalyst", line 218, in build_target
190 mytarget.run()
191 File "modules/generic_stage_target.py", line 1304, in run
192 apply(getattr(self,x))
193 File "modules/generic_stage_target.py", line 1249, in run_local
194 raise CatalystError,"Stage build aborting due to error."
195 CatalystError
196 !!! catalyst: Error encountered during run of target stage3
197 Catalyst aborting....
198 lockfile does not exist '/var/tmp/catalyst/tmp/default/stage3-s390-20180616T071119Z/.catalyst_lock'
199 Command exited with non-zero status 1
200 7984.10user 1523.93system 1:45:23elapsed 150%CPU (0avgtext+0avgdata 2572288maxresident)k
201 0inputs+0outputs (982major+702000086minor)pagefaults 0swaps
202
203
204
205 Full build log at /tmp/catalyst-auto.20180616T071119Z.R3FbuS/log/stage3.log