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, 18 Apr 2017 08:09:42
Message-Id: 20170418080921.9812031A32@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 *mv eciadsl-start.tmp2 eciadsl-start
84 *rm eciadsl-start.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 * dup(log);
102 * ^
103 *In file included from eciadsl-ctrlui.c:30:0:
104 *ecimsgh.h:61:12: warning: inline function 'deallocEciMsgQueue' declared but never defined
105 * inline int deallocEciMsgQueue();
106 * ^
107 *ecimsgh.h:60:12: warning: inline function 'initEciMsgQueue' declared but never defined
108 * inline int initEciMsgQueue(long EciPT);
109 * ^
110 *ecimsgh.h:59:12: warning: inline function 'sndEciMsg' declared but never defined
111 * inline int sndEciMsg(enum EciadslMsgCmd msgcmd, char * data, int datasize, long
112 * ^
113 *ecimsgh.h:58:12: warning: inline function 'rcvEciMsg' declared but never defined
114 *--
115 *eciadsl-ctrlui.c:(.text+0x85): undefined reference to `initEciMsgQueue'
116 *eciadsl-ctrlui.c:(.text+0x91): undefined reference to `initEciMsgQueue'
117 *eciadsl-ctrlui.o: In function `main':
118 *eciadsl-ctrlui.c:(.text.startup+0x27): undefined reference to `initEciMsgQueue'
119 *eciadsl-ctrlui.c:(.text.startup+0x78): undefined reference to `deallocEciMsgQueue'
120 *collect2: error: ld returned 1 exit status
121 *make[1]: *** [Makefile:347: eciadsl-ctrlui] Error 1
122 *make[1]: *** Waiting for unfinished jobs....
123 *mv -f .deps/eciadsl-firmware.Tpo .deps/eciadsl-firmware.Po
124 *mv -f .deps/eciadsl-synch.Tpo .deps/eciadsl-synch.Po
125 *mv -f .deps/eciadsl-pppoeci.Tpo .deps/eciadsl-pppoeci.Po
126 *make[1]: Leaving directory '/var/tmp/portage/net-dialup/globespan-adsl-0.12/work/eciadsl-usermode-0.12'
127 *make: *** [Makefile:433: all-recursive] Error 1
128 *emake failed
129 * * ERROR: net-dialup/globespan-adsl-0.12::gentoo failed (compile phase):
130 * * emake failed
131 *--
132 * * ebuild.sh, line 115: Called src_compile
133 * * environment, line 2003: Called __eapi0_src_compile
134 * * phase-helpers.sh, line 746: Called __eapi2_src_compile
135 * * phase-helpers.sh, line 788: Called die
136 * * The specific snippet of code:
137 * * emake || die "emake failed"
138 *--
139 * * The complete build log is located at '/var/tmp/portage/net-dialup/globespan-adsl-0.12/temp/build.log'.
140 * * The ebuild environment file is located at '/var/tmp/portage/net-dialup/globespan-adsl-0.12/temp/environment'.
141 * * Working directory: '/var/tmp/portage/net-dialup/globespan-adsl-0.12/work/eciadsl-usermode-0.12'
142 * * S: '/var/tmp/portage/net-dialup/globespan-adsl-0.12/work/eciadsl-usermode-0.12'
143 * * Messages for package net-dialup/globespan-adsl-0.12:
144 * * ERROR: net-dialup/globespan-adsl-0.12::gentoo failed (compile phase):
145 * * emake failed
146 *--
147 * * ebuild.sh, line 115: Called src_compile
148 * * environment, line 2003: Called __eapi0_src_compile
149 * * phase-helpers.sh, line 746: Called __eapi2_src_compile
150 * * phase-helpers.sh, line 788: Called die
151 * * The specific snippet of code:
152 * * emake || die "emake failed"
153 *--
154 * 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-20170418 --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/gentoo-modules-20170418.tar.bz2 --minkernpackage=/tmp/kerncache/gentoo-kernel-initrd-20170418.tar.bz2 all --kernel-config=/var/tmp/gentoo.config
155 * Using genkernel.conf from /etc/genkernel.conf
156 * Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86/config.sh ..
157 * Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86/modules_load ..
158 *
159 * ERROR: --callback failed!
160 *
161 * -- End log... --
162 *
163 * Please consult /var/log/genkernel.log for more information and any
164 * errors that were reported above.
165 *
166 * Report any genkernel bugs to bugs.gentoo.org and
167 * assign your bug to genkernel@g.o. Please include
168 * as much information as you can in your bug report; attaching
169 * /var/log/genkernel.log so that your issue can be dealt with effectively.
170 *
171 * Please do *not* report compilation failures as genkernel bugs!
172 *
173
174 !!! catalyst: Runscript kernel build failed
175
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-20170418/.catalyst_lock'
200 Command exited with non-zero status 1
201 3258.94user 296.56system 16:30.60elapsed 358%CPU (0avgtext+0avgdata 1602656maxresident)k
202 1197672inputs+6198944outputs (159major+61568560minor)pagefaults 0swaps
203
204
205
206 Full build log at /release/tmp/run/catalyst-auto.20170418.jviMgZ/log/installcd-stage2-minimal.log