Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@××××××××××××××××.name
To: jmbsvicetto@×××××.com, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [x86-auto] Catalyst non-fatal build error - hardened/admincd-stage1.spec
Date: Wed, 01 Jun 2016 14:33:28
Message-Id: 20160601143314.09C6A6005C@thor.jmbsvicetto.name
1 >>> Recording app-portage/portage-utils in "world" favorites file...
2 >>> Recording dev-lang/perl in "world" favorites file...
3 >>> Recording dev-lang/python in "world" favorites file...
4 >>> Recording dev-lang/python:2.7 in "world" favorites file...
5 >>> Recording net-misc/openssh in "world" favorites file...
6 >>> Recording sys-apps/man-pages-posix in "world" favorites file...
7 >>> Verifying ebuild manifests
8 >>> Running pre-merge checks for sys-power/acpid-2.0.23
9 * Determining the location of the kernel source code
10 * Unable to find kernel sources at /usr/src/linux
11 * Please make sure that /usr/src/linux points at your running kernel,
12 * (or the kernel you wish to build against).
13 * Alternatively, set the KERNEL_DIR environment variable to the kernel sources location
14 * Unable to calculate Linux Kernel version for build, attempting to use running version
15 * Checking for suitable kernel configuration options...
16 [ ok ]
17 >>> Running pre-merge checks for sys-fs/eudev-3.1.5
18 *
19 * As of 2013-01-29, eudev-3.1.5 provides the new interface renaming functionality,
20 * as described in the URL below:
21 * https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
22 *
23 * This functionality is enabled BY DEFAULT because eudev has no means of synchronizing
24 * between the default or user-modified choice of sys-fs/udev. If you wish to disable
25 * this new iface naming, please be sure that /etc/udev/rules.d/80-net-name-slot.rules
26 * exists: touch /etc/udev/rules.d/80-net-name-slot.rules
27 *
28 >>> Running pre-merge checks for sys-boot/grub-2.02_beta2-r9
29 * To avoid automounting and auto(un)installing with /boot,
30 * just export the DONT_MOUNT_BOOT variable.
31
32 * Assuming you do not have a separate /boot partition.
33 >>> Emerging (1 of 326) sys-libs/zlib-1.2.8-r1::gentoo
34 >>> Failed to emerge sys-libs/zlib-1.2.8-r1, Log file:
35 >>> '/var/tmp/portage/sys-libs/zlib-1.2.8-r1/temp/build.log'
36 * Package: sys-libs/zlib-1.2.8-r1
37 * Repository: gentoo
38 * Maintainer: base-system@g.o
39 * USE: abi_x86_32 elibc_glibc kernel_linux pie ssp static-libs userland_GNU x86
40 * FEATURES: preserve-libs sandbox userpriv usersandbox
41 * Will copy sources from /var/tmp/portage/sys-libs/zlib-1.2.8-r1/work/zlib-1.2.8
42 * abi_x86_32.x86: copying to /var/tmp/portage/sys-libs/zlib-1.2.8-r1/work/zlib-1.2.8-abi_x86_32.x86
43 * abi_x86_32.x86: running multilib-minimal_abi_src_configure
44 ./configure --shared --prefix=/usr --libdir=/usr/lib --uname=linux
45 Using ar
46 Checking for i386-pc-linux-gnu-gcc...
47 Checking for shared library support...
48 Building shared library libz.so.1.2.8 with cc.
49 Checking for off64_t... Yes.
50 Checking for fseeko... Yes.
51 Checking for strerror... Yes.
52 Checking for unistd.h... Yes.
53 Checking for stdarg.h... Yes.
54 Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
55 Checking for vsnprintf() in stdio.h... Yes.
56 Checking for return value of vsnprintf()... Yes.
57 * abi_x86_32.x86: running multilib-minimal_abi_src_compile
58 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -I. -c -o example.o test/example.c
59 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o adler32.o adler32.c
60 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o crc32.o crc32.c
61 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o trees.o trees.c
62 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o zutil.o zutil.c
63 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o compress.o compress.c
64 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o uncompr.o uncompr.c
65 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o gzclose.o gzclose.c
66 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o gzlib.o gzlib.c
67 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o gzread.o gzread.c
68 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o gzwrite.o gzwrite.c
69 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -I. -c -o minigzip.o test/minigzip.c
70 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/adler32.o adler32.c
71 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/crc32.o crc32.c
72 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/infback.o infback.c
73 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/inffast.o inffast.c
74 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/inflate.o inflate.c
75 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/inftrees.o inftrees.c
76 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/trees.o trees.c
77 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/zutil.o zutil.c
78 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/compress.o compress.c
79 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/uncompr.o uncompr.c
80 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/gzlib.o gzlib.c
81 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/gzread.o gzread.c
82 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/gzclose.o gzclose.c
83 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/gzwrite.o gzwrite.c
84 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c
85 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c
86 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/deflate.o deflate.c
87 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o inftrees.o inftrees.c
88 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o inflate.o inflate.c
89 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o inffast.o inffast.c
90 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o infback.o infback.c
91 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -c -o deflate.o deflate.c
92 ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
93 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -o example example.o -L. libz.a
94 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -o minigzip minigzip.o -L. libz.a
95 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -o minigzip64 minigzip64.o -L. libz.a
96 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -o example64 example64.o -L. libz.a
97 cc -shared -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -o libz.so.1.2.8 adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo -lc -Wl,-O1 -Wl,--as-needed
98 /usr/lib/gcc/i686-pc-linux-gnu/4.9.3/../../../../i686-pc-linux-gnu/bin/ld: crc32.lo: warning: relocation in readonly section `.text'.
99 /usr/lib/gcc/i686-pc-linux-gnu/4.9.3/../../../../i686-pc-linux-gnu/bin/ld: warning: creating a DT_TEXTREL in object.
100 rm -f libz.so libz.so.1
101 ln -s libz.so.1.2.8 libz.so
102 ln -s libz.so.1.2.8 libz.so.1
103 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -o examplesh example.o -L. libz.so.1.2.8
104 cc -O2 -march=i686 -pipe -D_LARGEFILE64_SOURCE=1 -o minigzipsh minigzip.o -L. libz.so.1.2.8
105 * abi_x86_32.x86: running multilib-minimal_abi_src_install
106 cp libz.a /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/lib
107 chmod 644 /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/lib/libz.a
108 cp libz.so.1.2.8 /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/lib
109 chmod 755 /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/lib/libz.so.1.2.8
110 cp zlib.3 /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/share/man/man3
111 chmod 644 /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/share/man/man3/zlib.3
112 cp zlib.pc /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/lib/pkgconfig
113 chmod 644 /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/lib/pkgconfig/zlib.pc
114 cp zlib.h zconf.h /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/include
115 chmod 644 /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/include/zlib.h /var/tmp/portage/sys-libs/zlib-1.2.8-r1/image//usr/include/zconf.h
116 * ERROR: sys-libs/zlib-1.2.8-r1::gentoo failed (install phase):
117 * unable to read SONAME from libz.so
118 *
119 * Call stack:
120 * ebuild.sh, line 133: Called src_install
121 * environment, line 3227: Called multilib-minimal_src_install
122 * environment, line 2502: Called multilib_foreach_abi 'multilib-minimal_abi_src_install'
123 * environment, line 2696: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
124 * environment, line 2389: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
125 * environment, line 2387: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_install'
126 * environment, line 524: Called multilib-minimal_abi_src_install
127 * environment, line 2492: Called multilib_src_install
128 * environment, line 2945: Called gen_usr_ldscript '-a' 'z'
129 * environment, line 1808: Called die
130 * The specific snippet of code:
131 * [[ -z ${tlib} ]] && die "unable to read SONAME from ${lib}";
132 *
133 * If you need support, post the output of `emerge --info '=sys-libs/zlib-1.2.8-r1::gentoo'`,
134 * the complete build log and the output of `emerge -pqv '=sys-libs/zlib-1.2.8-r1::gentoo'`.
135 * The complete build log is located at '/var/tmp/portage/sys-libs/zlib-1.2.8-r1/temp/build.log'.
136 * The ebuild environment file is located at '/var/tmp/portage/sys-libs/zlib-1.2.8-r1/temp/environment'.
137 * Working directory: '/var/tmp/portage/sys-libs/zlib-1.2.8-r1/work/zlib-1.2.8-abi_x86_32.x86'
138 * S: '/var/tmp/portage/sys-libs/zlib-1.2.8-r1/work/zlib-1.2.8'
139
140 * Messages for package sys-power/acpid-2.0.23:
141
142 * Unable to find kernel sources at /usr/src/linux
143 * Unable to calculate Linux Kernel version for build, attempting to use running version
144
145 * Messages for package sys-fs/eudev-3.1.5:
146
147 *
148 * As of 2013-01-29, eudev-3.1.5 provides the new interface renaming functionality,
149 * as described in the URL below:
150 * https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames
151 *
152 * This functionality is enabled BY DEFAULT because eudev has no means of synchronizing
153 * between the default or user-modified choice of sys-fs/udev. If you wish to disable
154 * this new iface naming, please be sure that /etc/udev/rules.d/80-net-name-slot.rules
155 * exists: touch /etc/udev/rules.d/80-net-name-slot.rules
156 *
157
158 * Messages for package sys-boot/grub-2.02_beta2-r9:
159
160 * To avoid automounting and auto(un)installing with /boot,
161 * just export the DONT_MOUNT_BOOT variable.
162
163 * Messages for package sys-libs/zlib-1.2.8-r1:
164
165 * ERROR: sys-libs/zlib-1.2.8-r1::gentoo failed (install phase):
166 * unable to read SONAME from libz.so
167 *
168 * Call stack:
169 * ebuild.sh, line 133: Called src_install
170 * environment, line 3227: Called multilib-minimal_src_install
171 * environment, line 2502: Called multilib_foreach_abi 'multilib-minimal_abi_src_install'
172 * environment, line 2696: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
173 * environment, line 2389: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_install'
174 * environment, line 2387: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_install'
175 * environment, line 524: Called multilib-minimal_abi_src_install
176 * environment, line 2492: Called multilib_src_install
177 * environment, line 2945: Called gen_usr_ldscript '-a' 'z'
178 * environment, line 1808: Called die
179 * The specific snippet of code:
180 * [[ -z ${tlib} ]] && die "unable to read SONAME from ${lib}";
181 *
182 * If you need support, post the output of `emerge --info '=sys-libs/zlib-1.2.8-r1::gentoo'`,
183 * the complete build log and the output of `emerge -pqv '=sys-libs/zlib-1.2.8-r1::gentoo'`.
184 * The complete build log is located at '/var/tmp/portage/sys-libs/zlib-1.2.8-r1/temp/build.log'.
185 * The ebuild environment file is located at '/var/tmp/portage/sys-libs/zlib-1.2.8-r1/temp/environment'.
186 * Working directory: '/var/tmp/portage/sys-libs/zlib-1.2.8-r1/work/zlib-1.2.8-abi_x86_32.x86'
187 * S: '/var/tmp/portage/sys-libs/zlib-1.2.8-r1/work/zlib-1.2.8'
188 01 Jun 2016 14:33:13 UTC: ERROR : CatalystError: cmd() NON-zero return value from: Error in attempt to build packages
189 01 Jun 2016 14:33:13 UTC: ERROR : CatalystError: livecdbuild aborting due to error.
190 01 Jun 2016 14:33:13 UTC: ERROR : Exception running action sequence build_packages
191 Traceback (most recent call last):
192 File "/usr/lib64/python2.7/site-packages/catalyst/base/stagebase.py", line 1413, in run
193 getattr(self, x)()
194 File "/usr/lib64/python2.7/site-packages/catalyst/base/stagebase.py", line 1524, in build_packages
195 "build aborting due to error.")
196 CatalystError
197 01 Jun 2016 14:33:13 UTC: NOTICE : Cleaning up... Running unbind()
198 Command exited with non-zero status 2
199 46.19user 8.19system 0:43.67elapsed 124%CPU (0avgtext+0avgdata 356592maxresident)k
200 0inputs+3480920outputs (0major+954386minor)pagefaults 0swaps
201
202
203
204 Full build log at /home/release/tmp/run/catalyst-auto.20160601.JNzz57/log/hardened_admincd-stage1.log