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, 23 May 2017 07:28:40
Message-Id: 20170523072835.60B8B31C79@nightheron.gentoo.org
1 *eci-common/eoc.h:110:12: warning: inline function 'has_eocs' declared but never defined
2 * inline int has_eocs(void);
3 * ^
4 *eci-common/eoc.h:109:13: warning: inline function 'get_eoc_answer_DISCONNECT' declared but never defined
5 * inline void get_eoc_answer_DISCONNECT(unsigned char *eocoutbuff);
6 * ^
7 *eci-common/eoc.h:108:12: warning: inline function 'parse_eoc_buffer' declared but never defined
8 * inline int parse_eoc_buffer(unsigned char *buffer, int bufflen);
9 * ^
10 *eci-common/eoc.h:107:13: warning: inline function 'get_eoc_answer' declared but never defined
11 * inline void get_eoc_answer(unsigned char *eocoutbuff);
12 * ^
13 *In file included from eciadsl-pppoeci.c:128:0:
14 *util.h:30:21: warning: inline function 'config_filename' declared but never defined
15 * inline const char * config_filename();
16 * ^
17 *util.h:28:14: warning: inline function 'strDup' declared but never defined
18 * inline char* strDup(char** var, const char* text);
19 * ^
20 *util.h:27:13: warning: inline function 'printprogres' declared but never defined
21 * inline void printprogres(void);
22 * ^
23 *util.h:26:13: warning: inline function 'read_config_file' declared but never defined
24 * inline void read_config_file(void);
25 * ^
26 *util.h:25:13: warning: inline function 'get_hexa_value' declared but never defined
27 * inline void get_hexa_value(const char*, unsigned int*);
28 * ^
29 *util.h:24:13: warning: inline function 'get_signed_value' declared but never defined
30 * inline void get_signed_value(const char*, int*);
31 * ^
32 *util.h:23:13: warning: inline function 'get_unsigned_value' declared but never defined
33 * inline void get_unsigned_value(const char*, unsigned int*);
34 * ^
35 *In file included from util.h:4:0,
36 * from eciadsl-pppoeci.c:128:
37 *gsinterface.h:102:21: warning: inline function 'get_chipset_descr' declared but never defined
38 * inline const char * get_chipset_descr(eci_device_chipset eci_chipset);
39 * ^
40 *gsinterface.h:100:12: warning: inline function 'gsGetDeviceIfaceInfo' declared but never defined
41 * inline int gsGetDeviceIfaceInfo(pusb_device_t dev, unsigned short int alt_inter
42 * ^
43 *gsinterface.h:91:13: warning: inline function 'getAal5HeaderStructure' declared but never defined
44 * inline void getAal5HeaderStructure(const unsigned char* aal5Header, struct aal5
45 * ^
46 *In file included from gsinterface.h:18:0,
47 * from util.h:4,
48 * from eciadsl-pppoeci.c:128:
49 *pusb.h:65:12: warning: inline function 'pusb_urb_buffer_next' declared but never defined
50 * inline int pusb_urb_buffer_next(pusb_urb_t urb,
51 * ^
52 *pusb.h:62:12: warning: inline function 'pusb_urb_buffer_first' declared but never defined
53 * inline int pusb_urb_buffer_first(pusb_urb_t urb,
54 * ^
55 *pusb.h:52:19: warning: inline function 'pusb_device_get_urb' declared but never defined
56 * inline pusb_urb_t pusb_device_get_urb(pusb_device_t dev);
57 * ^
58 *pusb.h:48:12: warning: inline function 'pusb_endpoint_submit_iso_read' declared but never defined
59 * inline int pusb_endpoint_submit_iso_read(pusb_endpoint_t ep, unsigned char * bu
60 * ^
61 *pusb.h:44:12: warning: inline function 'pusb_endpoint_submit_int_read' declared but never defined
62 * inline int pusb_endpoint_submit_int_read(pusb_endpoint_t ep, unsigned char * bu
63 * ^
64 *pusb.h:41:12: warning: inline function 'pusb_endpoint_submit_write' declared but never defined
65 * inline int pusb_endpoint_submit_write(pusb_endpoint_t ep, unsigned char * buf,
66 * ^
67 *pusb.h:38:12: warning: inline function 'pusb_endpoint_submit_read' declared but never defined
68 * inline int pusb_endpoint_submit_read (pusb_endpoint_t ep, unsigned char * buf,
69 * ^
70 *pusb.h:35:12: warning: inline function 'pusb_endpoint_write' declared but never defined
71 * inline int pusb_endpoint_write(pusb_endpoint_t ep,
72 * ^
73 *pusb.h:33:12: warning: inline function 'pusb_endpoint_read_int' declared but never defined
74 * inline int pusb_endpoint_read_int(pusb_endpoint_t ep,
75 * ^
76 *pusb.h:31:12: warning: inline function 'pusb_endpoint_read' declared but never defined
77 * inline int pusb_endpoint_read(pusb_endpoint_t ep,
78 * ^
79 *pusb.h:20:12: warning: inline function 'pusb_control_msg' declared but never defined
80 *--
81 * ^
82 *mv eciadsl-start.tmp2 eciadsl-start
83 *rm eciadsl-start.tmp
84 *rm -f eciadsl-doctor eciadsl-doctor.tmp
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 1972: 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 1972: 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-20170523 --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/gentoo-modules-20170523.tar.bz2 --minkernpackage=/tmp/kerncache/gentoo-kernel-initrd-20170523.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-20170523/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-20170523//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 22092:
173
174 Press Ctrl-C within 10 seconds to abort
175 /usr/lib64/catalyst//targets/support/kill-chroot-pids.sh: line 56: kill: (22092) - 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-20170523/.catalyst_lock'
200 Command exited with non-zero status 1
201 3249.94user 297.01system 15:20.14elapsed 385%CPU (0avgtext+0avgdata 1603760maxresident)k
202 1312632inputs+6014288outputs (174major+61490563minor)pagefaults 0swaps
203
204
205
206 Full build log at /release/tmp/run/catalyst-auto.20170523.yRFkmf/log/installcd-stage2-minimal.log