Gentoo Archives: gentoo-releng-autobuilds

From: catalyst@×××××××××××××××××.org
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [x86-auto] Catalyst non-fatal build error - installcd-stage2-minimal.spec
Date: Tue, 12 Sep 2017 07:47:42
Message-Id: 20170912074724.BFAC233B68@nightheron.gentoo.org
1 * ^
2 *eci-common/eoc.h:110:12: warning: inline function 'has_eocs' declared but never defined
3 * inline int has_eocs(void);
4 * ^
5 *eci-common/eoc.h:109:13: warning: inline function 'get_eoc_answer_DISCONNECT' declared but never defined
6 * inline void get_eoc_answer_DISCONNECT(unsigned char *eocoutbuff);
7 * ^
8 *eci-common/eoc.h:108:12: warning: inline function 'parse_eoc_buffer' declared but never defined
9 * inline int parse_eoc_buffer(unsigned char *buffer, int bufflen);
10 * ^
11 *eci-common/eoc.h:107:13: warning: inline function 'get_eoc_answer' declared but never defined
12 * inline void get_eoc_answer(unsigned char *eocoutbuff);
13 * ^
14 *In file included from eciadsl-pppoeci.c:128:0:
15 *util.h:30:21: warning: inline function 'config_filename' declared but never defined
16 * inline const char * config_filename();
17 * ^
18 *util.h:28:14: warning: inline function 'strDup' declared but never defined
19 * inline char* strDup(char** var, const char* text);
20 * ^
21 *util.h:27:13: warning: inline function 'printprogres' declared but never defined
22 * inline void printprogres(void);
23 * ^
24 *util.h:26:13: warning: inline function 'read_config_file' declared but never defined
25 * inline void read_config_file(void);
26 * ^
27 *util.h:25:13: warning: inline function 'get_hexa_value' declared but never defined
28 * inline void get_hexa_value(const char*, unsigned int*);
29 * ^
30 *util.h:24:13: warning: inline function 'get_signed_value' declared but never defined
31 * inline void get_signed_value(const char*, int*);
32 * ^
33 *util.h:23:13: warning: inline function 'get_unsigned_value' declared but never defined
34 * inline void get_unsigned_value(const char*, unsigned int*);
35 * ^
36 *In file included from util.h:4:0,
37 * from eciadsl-pppoeci.c:128:
38 *gsinterface.h:102:21: warning: inline function 'get_chipset_descr' declared but never defined
39 * inline const char * get_chipset_descr(eci_device_chipset eci_chipset);
40 * ^
41 *gsinterface.h:100:12: warning: inline function 'gsGetDeviceIfaceInfo' declared but never defined
42 * inline int gsGetDeviceIfaceInfo(pusb_device_t dev, unsigned short int alt_inter
43 * ^
44 *gsinterface.h:91:13: warning: inline function 'getAal5HeaderStructure' declared but never defined
45 * inline void getAal5HeaderStructure(const unsigned char* aal5Header, struct aal5
46 * ^
47 *In file included from gsinterface.h:18:0,
48 * from util.h:4,
49 * from eciadsl-pppoeci.c:128:
50 *pusb.h:65:12: warning: inline function 'pusb_urb_buffer_next' declared but never defined
51 * inline int pusb_urb_buffer_next(pusb_urb_t urb,
52 * ^
53 *pusb.h:62:12: warning: inline function 'pusb_urb_buffer_first' declared but never defined
54 * inline int pusb_urb_buffer_first(pusb_urb_t urb,
55 * ^
56 *pusb.h:52:19: warning: inline function 'pusb_device_get_urb' declared but never defined
57 * inline pusb_urb_t pusb_device_get_urb(pusb_device_t dev);
58 * ^
59 *pusb.h:48:12: warning: inline function 'pusb_endpoint_submit_iso_read' declared but never defined
60 * inline int pusb_endpoint_submit_iso_read(pusb_endpoint_t ep, unsigned char * bu
61 * ^
62 *pusb.h:44:12: warning: inline function 'pusb_endpoint_submit_int_read' declared but never defined
63 * inline int pusb_endpoint_submit_int_read(pusb_endpoint_t ep, unsigned char * bu
64 * ^
65 *pusb.h:41:12: warning: inline function 'pusb_endpoint_submit_write' declared but never defined
66 * inline int pusb_endpoint_submit_write(pusb_endpoint_t ep, unsigned char * buf,
67 * ^
68 *pusb.h:38:12: warning: inline function 'pusb_endpoint_submit_read' declared but never defined
69 * inline int pusb_endpoint_submit_read (pusb_endpoint_t ep, unsigned char * buf,
70 * ^
71 *pusb.h:35:12: warning: inline function 'pusb_endpoint_write' declared but never defined
72 * inline int pusb_endpoint_write(pusb_endpoint_t ep,
73 * ^
74 *pusb.h:33:12: warning: inline function 'pusb_endpoint_read_int' declared but never defined
75 * inline int pusb_endpoint_read_int(pusb_endpoint_t ep,
76 * ^
77 *pusb.h:31:12: warning: inline function 'pusb_endpoint_read' declared but never defined
78 * inline int pusb_endpoint_read(pusb_endpoint_t ep,
79 * ^
80 *pusb.h:20:12: warning: inline function 'pusb_control_msg' declared but never defined
81 * inline int pusb_control_msg(pusb_device_t dev,
82 * ^
83 *i486-pc-linux-gnu-gcc -O2 -march=i486 -pipe -Wl,-O1 -Wl,--as-needed -o eciadsl-ctrlui eciadsl-ctrlui.o util.o ecimsgh.o gsinterface.o pusb.o -lpthread
84 *mv eciadsl-makeconfig.tmp eciadsl-makeconfig
85 *eciadsl-pppoeci.c: In function 'main':
86 *eciadsl-pppoeci.c:1898:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
87 * write(log, "##########", 10);
88 * ^
89 *eciadsl-pppoeci.c:1900:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
90 * write(log, "
91
92 ", 2);
93 * ^
94 *eciadsl-pppoeci.c:1917:3: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result]
95 * dup(log);
96 * ^
97 *eciadsl-pppoeci.c:1918:3: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result]
98 * dup(log);
99 * ^
100 *eciadsl-pppoeci.c:1919:3: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result]
101 *--
102 *eciadsl-ctrlui.c:(.text+0x85): undefined reference to `initEciMsgQueue'
103 *eciadsl-ctrlui.c:(.text+0x91): undefined reference to `initEciMsgQueue'
104 *eciadsl-ctrlui.o: In function `main':
105 *eciadsl-ctrlui.c:(.text.startup+0x27): undefined reference to `initEciMsgQueue'
106 *eciadsl-ctrlui.c:(.text.startup+0x78): undefined reference to `deallocEciMsgQueue'
107 *collect2: error: ld returned 1 exit status
108 *make[1]: *** [Makefile:347: eciadsl-ctrlui] Error 1
109 *make[1]: *** Waiting for unfinished jobs....
110 *mv -f .deps/eciadsl-firmware.Tpo .deps/eciadsl-firmware.Po
111 *mv -f .deps/eciadsl-synch.Tpo .deps/eciadsl-synch.Po
112 *mv -f .deps/eciadsl-pppoeci.Tpo .deps/eciadsl-pppoeci.Po
113 *make[1]: Leaving directory '/var/tmp/portage/net-dialup/globespan-adsl-0.12/work/eciadsl-usermode-0.12'
114 *make: *** [Makefile:433: all-recursive] Error 1
115 *emake failed
116 * * ERROR: net-dialup/globespan-adsl-0.12::gentoo failed (compile phase):
117 * * emake failed
118 *--
119 * * ebuild.sh, line 115: Called src_compile
120 * * environment, line 1974: Called __eapi0_src_compile
121 * * phase-helpers.sh, line 746: Called __eapi2_src_compile
122 * * phase-helpers.sh, line 788: Called die
123 * * The specific snippet of code:
124 * * emake || die "emake failed"
125 *--
126 * * The complete build log is located at '/var/tmp/portage/net-dialup/globespan-adsl-0.12/temp/build.log'.
127 * * The ebuild environment file is located at '/var/tmp/portage/net-dialup/globespan-adsl-0.12/temp/environment'.
128 * * Working directory: '/var/tmp/portage/net-dialup/globespan-adsl-0.12/work/eciadsl-usermode-0.12'
129 * * S: '/var/tmp/portage/net-dialup/globespan-adsl-0.12/work/eciadsl-usermode-0.12'
130 * * Messages for package net-dialup/globespan-adsl-0.12:
131 * * ERROR: net-dialup/globespan-adsl-0.12::gentoo failed (compile phase):
132 * * emake failed
133 *--
134 * * ebuild.sh, line 115: Called src_compile
135 * * environment, line 1974: Called __eapi0_src_compile
136 * * phase-helpers.sh, line 746: Called __eapi2_src_compile
137 * * phase-helpers.sh, line 788: Called die
138 * * The specific snippet of code:
139 * * emake || die "emake failed"
140 *--
141 * Running with options: --callback=emerge -qN app-accessibility/espeakup media-libs/alsa-oss media-sound/alsa-utils net-dialup/globespan-adsl net-wireless/hostap-utils sys-apps/pcmciautils sys-kernel/linux-firmware --lvm --dmraid --mdadm --makeopts=-j8 --cachedir=/tmp/kerncache/gentoo-genkernel_cache-20170912 --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/gentoo-modules-20170912.tar.bz2 --minkernpackage=/tmp/kerncache/gentoo-kernel-initrd-20170912.tar.bz2 all --kernel-config=/var/tmp/gentoo.config
142 * Using genkernel.conf from /etc/genkernel.conf
143 * Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86/config.sh ..
144 * Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86/modules_load ..
145 *
146 * ERROR: --callback failed!
147 *
148 * -- End log... --
149 *
150 * Please consult /var/log/genkernel.log for more information and any
151 * errors that were reported above.
152 *
153 * Report any genkernel bugs to bugs.gentoo.org and
154 * assign your bug to genkernel@g.o. Please include
155 * as much information as you can in your bug report; attaching
156 * /var/log/genkernel.log so that your issue can be dealt with effectively.
157 *
158 * Please do *not* report compilation failures as genkernel bugs!
159 *
160 umount: /release/buildroot/x86-dev/tmp/default/livecd-stage2-x86-20170912/usr/portage/distfiles: target is busy
161 (In some cases useful info about processes that
162 use the device is found by lsof(8) or fuser(1).)
163
164 !!! catalyst: Runscript kernel build failed
165
166 !!! catalyst: First attempt to unmount: /release/buildroot/x86-dev/tmp/default/livecd-stage2-x86-20170912//usr/portage/distfiles failed.
167 !!! catalyst: Killing any pids still running in the chroot
168 Checking for processes running in chroot and killing them.
169
170 Killing process(es)
171 pid: process name
172 17027:
173
174 Press Ctrl-C within 10 seconds to abort
175 /usr/lib64/catalyst//targets/support/kill-chroot-pids.sh: line 56: kill: (17027) - No such process
176
177 Traceback (most recent call last):
178 File "modules/generic_stage_target.py", line 1457, in build_kernel
179 self._build_kernel(kname=kname)
180 File "modules/generic_stage_target.py", line 1501, in _build_kernel
181 "Runscript kernel build failed",env=self.env)
182 File "/usr/lib64/catalyst//modules/catalyst_support.py", line 541, in cmd
183 raise CatalystError,myexc
184 CatalystError
185 None
186
187 !!! catalyst: build aborting due to kernel build error.
188
189 Traceback (most recent call last):
190 File "/usr/lib64/catalyst/catalyst", line 218, in build_target
191 mytarget.run()
192 File "modules/generic_stage_target.py", line 1333, in run
193 apply(getattr(self,x))
194 File "modules/generic_stage_target.py", line 1462, in build_kernel
195 "build aborting due to kernel build error."
196 CatalystError
197 !!! catalyst: Error encountered during run of target livecd-stage2
198 Catalyst aborting....
199 lockfile does not exist '/release/buildroot/x86-dev/tmp/default/livecd-stage2-x86-20170912/.catalyst_lock'
200 Command exited with non-zero status 1
201 3532.93user 304.93system 16:24.46elapsed 389%CPU (0avgtext+0avgdata 1705744maxresident)k
202 1408072inputs+6054544outputs (160major+65490526minor)pagefaults 0swaps
203
204
205
206 Full build log at /release/tmp/run/catalyst-auto.20170912.qU4CYE/log/installcd-stage2-minimal.log