Build CYGWIN_NT-10.0-18363: FAILED devel/qemu4 on x86_64-pc-cygwin (gettext-0.18.3.1-x86_64-pc-cygwin-1)
joel at rtems.org
joel at rtems.org
Sun Oct 18 05:55:27 UTC 2020
RTEMS Source Builder - Set Builder, 6 (5237fdab6002)
Host: CYGWIN_NT-10.0-18363-3.1.7-340.x86_64-x86_64-64bit
CYGWIN_NT-10.0-18363 JRS-OAR-Laptop 3.1.7-340.x86_64 2020-08-22 17:48 UTC
x86_64
Build Time: 0:19:22.646534
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: gettext-0.18.3.1-x86_64-pc-cygwin-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
231 | if (_us >= SBT_1S) {
| ^~~~~~
/usr/include/sys/time.h:161:9: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
161 | sbttobt(sbintime_t _sbt)
| ^~~~~~~~~~
| time_t
/usr/include/time.h:202:20: error: unknown type name 'timer_t'; did you mean 'time_t'?
202 | int timer_settime (timer_t timerid, int flags,
| ^~~~~~~
| time_t
/usr/include/sys/time.h:232:26: error: expected ')' before numeric constant
232 | sb = (_us / 1000000) * SBT_1S;
| ^~~~~~
/usr/include/time.h:205:20: error: unknown type name 'timer_t'; did you mean 'time_t'?
205 | int timer_gettime (timer_t timerid, struct itimerspec *value);
| ^~~~~~~
| time_t
/usr/include/time.h:206:23: error: unknown type name 'timer_t'; did you mean 'time_t'?
206 | int timer_getoverrun (timer_t timerid);
| ^~~~~~~
| time_t
/usr/include/sys/time.h:192:9: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
192 | sbttons(sbintime_t _sbt)
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:241:9: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
241 | sbttoms(sbintime_t _sbt)
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h:247:17: error: unknown type name 'sbintime_t'
247 | static __inline sbintime_t
| ^~~~~~~~~~
/usr/include/sys/time.h:205:17: error: unknown type name 'sbintime_t'
205 | static __inline sbintime_t
| ^~~~~~~~~~
/usr/include/time.h:223:22: error: unknown type name 'clockid_t'
223 | int clock_nanosleep (clockid_t clock_id, int flags,
| ^~~~~~~~~
/usr/include/time.h:315:26: error: unknown type name 'pid_t'
315 | int clock_getcpuclockid (pid_t pid, clockid_t *clock_id);
| ^~~~~
/usr/include/sys/time.h: In function 'mstosbt':
/usr/include/sys/time.h: In function 'nstosbt':
/usr/include/sys/time.h:250:2: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
250 | sbintime_t sb = 0;
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h:208:2: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
208 | sbintime_t sb = 0;
| ^~~~~~~~~~
| time_t
/usr/include/time.h:315:37: error: unknown type name 'clockid_t'
315 | int clock_getcpuclockid (pid_t pid, clockid_t *clock_id);
| ^~~~~~~~~
/usr/include/sys/time.h:210:13: error: 'sbintime_t' undeclared (first use in this function); did you mean 'bintime'?
210 | if (_ns >= SBT_1S) {
| ^~~~~~
/usr/include/sys/time.h:252:13: error: 'sbintime_t' undeclared (first use in this function); did you mean 'bintime'?
252 | if (_ms >= SBT_1S) {
| ^~~~~~
../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/gl_array_list.c:648:37: warning: 'gl_array_list_implementation' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
648 | const struct gl_list_implementation gl_array_list_implementation =
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/sys/time.h:210:13: error: expected ')' before numeric constant
210 | if (_ns >= SBT_1S) {
| ^~~~~~
/usr/include/sys/time.h:252:13: error: expected ')' before numeric constant
252 | if (_ms >= SBT_1S) {
| ^~~~~~
/usr/include/time.h:323:27: error: unknown type name 'clockid_t'
323 | int clock_setenable_attr (clockid_t clock_id, int attr);
| ^~~~~~~~~
/usr/include/sys/time.h:211:29: error: expected ')' before numeric constant
211 | sb = (_ns / 1000000000) * SBT_1S;
| ^~~~~~
/usr/include/sys/time.h:253:23: error: expected ')' before numeric constant
253 | sb = (_ms / 1000) * SBT_1S;
| ^~~~~~
/usr/include/time.h:324:27: error: unknown type name 'clockid_t'
324 | int clock_getenable_attr (clockid_t clock_id, int *attr);
| ^~~~~~~~~
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:220:9: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
220 | sbttous(sbintime_t _sbt)
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h:226:17: error: unknown type name 'sbintime_t'
226 | static __inline sbintime_t
| ^~~~~~~~~~
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:311:9: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
311 | sbttots(sbintime_t _sbt)
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h:320:17: error: unknown type name 'sbintime_t'
320 | static __inline sbintime_t
| ^~~~~~~~~~
/usr/include/sys/time.h: In function 'ustosbt':
/usr/include/sys/time.h:229:2: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
229 | sbintime_t sb = 0;
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h: In function 'tstosbt':
/usr/include/sys/time.h:324:12: error: 'sbintime_t' undeclared (first use in this function); did you mean 'bintime'?
324 | return (((sbintime_t)_ts.tv_sec << 32) + nstosbt(_ts.tv_nsec));
| ^~~~~~~~~~
| bintime
/usr/include/sys/time.h:231:13: error: 'sbintime_t' undeclared (first use in this function); did you mean 'bintime'?
231 | if (_us >= SBT_1S) {
| ^~~~~~
/usr/include/sys/time.h:231:13: error: expected ')' before numeric constant
231 | if (_us >= SBT_1S) {
| ^~~~~~
/usr/include/sys/time.h:232:26: error: expected ')' before numeric constant
232 | sb = (_us / 1000000) * SBT_1S;
| ^~~~~~
/usr/include/sys/time.h:324:23: error: expected ')' before '_ts'
324 | return (((sbintime_t)_ts.tv_sec << 32) + nstosbt(_ts.tv_nsec));
| ~ ^~~
| )
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:241:9: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
241 | sbttoms(sbintime_t _sbt)
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h:247:17: error: unknown type name 'sbintime_t'
247 | static __inline sbintime_t
| ^~~~~~~~~~
/usr/include/sys/time.h:328:9: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
328 | sbttotv(sbintime_t _sbt)
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h:337:17: error: unknown type name 'sbintime_t'
337 | static __inline sbintime_t
| ^~~~~~~~~~
/usr/include/sys/time.h: In function 'mstosbt':
/usr/include/sys/time.h:250:2: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
250 | sbintime_t sb = 0;
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h: In function 'tvtosbt':
/usr/include/sys/time.h:341:12: error: 'sbintime_t' undeclared (first use in this function); did you mean 'bintime'?
341 | return (((sbintime_t)_tv.tv_sec << 32) + ustosbt(_tv.tv_usec));
| ^~~~~~~~~~
| bintime
/usr/include/sys/time.h:252:13: error: 'sbintime_t' undeclared (first use in this function); did you mean 'bintime'?
252 | if (_ms >= SBT_1S) {
| ^~~~~~
/usr/include/sys/time.h:252:13: error: expected ')' before numeric constant
252 | if (_ms >= SBT_1S) {
| ^~~~~~
/usr/include/sys/time.h:341:23: error: expected ')' before '_tv'
341 | return (((sbintime_t)_tv.tv_sec << 32) + ustosbt(_tv.tv_usec));
| ~ ^~~
| )
/usr/include/sys/time.h:253:23: error: expected ')' before numeric constant
253 | sb = (_ms / 1000) * SBT_1S;
| ^~~~~~
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:311:9: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
311 | sbttots(sbintime_t _sbt)
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h:320:17: error: unknown type name 'sbintime_t'
320 | static __inline sbintime_t
| ^~~~~~~~~~
/usr/include/sys/time.h: In function 'tstosbt':
/usr/include/sys/time.h:324:12: error: 'sbintime_t' undeclared (first use in this function); did you mean 'bintime'?
324 | return (((sbintime_t)_ts.tv_sec << 32) + nstosbt(_ts.tv_nsec));
| ^~~~~~~~~~
| bintime
/usr/include/sys/time.h:324:23: error: expected ')' before '_ts'
324 | return (((sbintime_t)_ts.tv_sec << 32) + nstosbt(_ts.tv_nsec));
| ~ ^~~
| )
/usr/include/sys/time.h: At top level:
/usr/include/sys/time.h:328:9: error: unknown type name 'sbintime_t'; did you mean 'time_t'?
328 | sbttotv(sbintime_t _sbt)
| ^~~~~~~~~~
| time_t
/usr/include/sys/time.h:337:17: error: unknown type name 'sbintime_t'
337 | static __inline sbintime_t
| ^~~~~~~~~~
/usr/include/sys/time.h: In function 'tvtosbt':
/usr/include/sys/time.h:341:12: error: 'sbintime_t' undeclared (first use in this function); did you mean 'bintime'?
341 | return (((sbintime_t)_tv.tv_sec << 32) + ustosbt(_tv.tv_usec));
| ^~~~~~~~~~
| bintime
/usr/include/sys/time.h:341:23: error: expected ')' before '_tv'
341 | return (((sbintime_t)_tv.tv_sec << 32) + ustosbt(_tv.tv_usec));
| ~ ^~~
| )
In file included from ./time.h:39,
from /usr/include/sys/time.h:414,
from ./sys/time.h:38,
from ./sys/select.h:86,
from /usr/include/sys/types.h:50,
from ./sys/types.h:27,
from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/addext.c:35:
/usr/include/time.h: At top level:
/usr/include/time.h:56:1: error: unknown type name 'clock_t'; did you mean '_flock_t'?
56 | clock_t clock (void);
| ^~~~~~~
| _flock_t
In file included from ./time.h:39,
from /usr/include/sys/time.h:414,
from ./sys/time.h:38,
from ./sys/select.h:86,
from /usr/include/sys/types.h:50,
from ./sys/types.h:27,
from /usr/include/stdio.h:61,
from ./stdio.h:43,
from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/backupfile.c:25:
/usr/include/time.h: At top level:
/usr/include/time.h:56:1: error: unknown type name 'clock_t'; did you mean '_flock_t'?
56 | clock_t clock (void);
| ^~~~~~~
| _flock_t
In file included from /usr/include/time.h:173,
from ./time.h:39,
from /usr/include/sys/time.h:414,
from ./sys/time.h:38,
from ./sys/select.h:86,
from /usr/include/sys/types.h:50,
from ./sys/types.h:27,
from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/addext.c:35:
/usr/include/cygwin/time.h:17:37: error: expected ')' before 'struct'
17 | int __cdecl clock_setres (clockid_t, struct timespec *);
| ^~~~~~~
| )
In file included from /usr/include/time.h:173,
from ./time.h:39,
from /usr/include/sys/time.h:414,
from ./sys/time.h:38,
from ./sys/select.h:86,
from /usr/include/sys/types.h:50,
from ./sys/types.h:27,
from /usr/include/stdio.h:61,
from ./stdio.h:43,
from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/backupfile.c:25:
/usr/include/cygwin/time.h:17:37: error: expected ')' before 'struct'
17 | int __cdecl clock_setres (clockid_t, struct timespec *);
| ^~~~~~~
| )
In file included from ./time.h:39,
from /usr/include/sys/time.h:414,
from ./sys/time.h:38,
from ./sys/select.h:86,
from /usr/include/sys/types.h:50,
from ./sys/types.h:27,
from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/addext.c:35:
/usr/include/time.h:186:20: error: unknown type name 'clockid_t'
186 | int clock_settime (clockid_t clock_id, const struct timespec *tp);
| ^~~~~~~~~
/usr/include/time.h:187:20: error: unknown type name 'clockid_t'
187 | int clock_gettime (clockid_t clock_id, struct timespec *tp);
| ^~~~~~~~~
In file included from ./time.h:39,
from /usr/include/sys/time.h:414,
from ./sys/time.h:38,
from ./sys/select.h:86,
from /usr/include/sys/types.h:50,
from ./sys/types.h:27,
from /usr/include/stdio.h:61,
from ./stdio.h:43,
from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/backupfile.c:25:
/usr/include/time.h:186:20: error: unknown type name 'clockid_t'
186 | int clock_settime (clockid_t clock_id, const struct timespec *tp);
| ^~~~~~~~~
/usr/include/time.h:188:19: error: unknown type name 'clockid_t'
188 | int clock_getres (clockid_t clock_id, struct timespec *res);
| ^~~~~~~~~
/usr/include/time.h:187:20: error: unknown type name 'clockid_t'
187 | int clock_gettime (clockid_t clock_id, struct timespec *tp);
| ^~~~~~~~~
/usr/include/time.h:192:19: error: unknown type name 'clockid_t'
192 | int timer_create (clockid_t clock_id,
| ^~~~~~~~~
/usr/include/time.h:188:19: error: unknown type name 'clockid_t'
188 | int clock_getres (clockid_t clock_id, struct timespec *res);
| ^~~~~~~~~
/usr/include/time.h:194:2: error: unknown type name 'timer_t'; did you mean 'time_t'?
194 | timer_t *__restrict timerid);
| ^~~~~~~
| time_t
/usr/include/time.h:192:19: error: unknown type name 'clockid_t'
192 | int timer_create (clockid_t clock_id,
| ^~~~~~~~~
/usr/include/time.h:198:19: error: unknown type name 'timer_t'; did you mean 'time_t'?
198 | int timer_delete (timer_t timerid);
| ^~~~~~~
| time_t
/usr/include/time.h:194:2: error: unknown type name 'timer_t'; did you mean 'time_t'?
194 | timer_t *__restrict timerid);
| ^~~~~~~
| time_t
/usr/include/time.h:202:20: error: unknown type name 'timer_t'; did you mean 'time_t'?
202 | int timer_settime (timer_t timerid, int flags,
| ^~~~~~~
| time_t
/usr/include/time.h:198:19: error: unknown type name 'timer_t'; did you mean 'time_t'?
198 | int timer_delete (timer_t timerid);
| ^~~~~~~
| time_t
/usr/include/time.h:205:20: error: unknown type name 'timer_t'; did you mean 'time_t'?
205 | int timer_gettime (timer_t timerid, struct itimerspec *value);
| ^~~~~~~
| time_t
/usr/include/time.h:202:20: error: unknown type name 'timer_t'; did you mean 'time_t'?
202 | int timer_settime (timer_t timerid, int flags,
| ^~~~~~~
| time_t
/usr/include/time.h:206:23: error: unknown type name 'timer_t'; did you mean 'time_t'?
206 | int timer_getoverrun (timer_t timerid);
| ^~~~~~~
| time_t
/usr/include/time.h:205:20: error: unknown type name 'timer_t'; did you mean 'time_t'?
205 | int timer_gettime (timer_t timerid, struct itimerspec *value);
| ^~~~~~~
| time_t
/usr/include/time.h:206:23: error: unknown type name 'timer_t'; did you mean 'time_t'?
206 | int timer_getoverrun (timer_t timerid);
| ^~~~~~~
| time_t
/usr/include/time.h:223:22: error: unknown type name 'clockid_t'
223 | int clock_nanosleep (clockid_t clock_id, int flags,
| ^~~~~~~~~
/usr/include/time.h:315:26: error: unknown type name 'pid_t'
315 | int clock_getcpuclockid (pid_t pid, clockid_t *clock_id);
| ^~~~~
/usr/include/time.h:223:22: error: unknown type name 'clockid_t'
223 | int clock_nanosleep (clockid_t clock_id, int flags,
| ^~~~~~~~~
/usr/include/time.h:315:26: error: unknown type name 'pid_t'
315 | int clock_getcpuclockid (pid_t pid, clockid_t *clock_id);
| ^~~~~
/usr/include/time.h:315:37: error: unknown type name 'clockid_t'
315 | int clock_getcpuclockid (pid_t pid, clockid_t *clock_id);
| ^~~~~~~~~
/usr/include/time.h:315:37: error: unknown type name 'clockid_t'
315 | int clock_getcpuclockid (pid_t pid, clockid_t *clock_id);
| ^~~~~~~~~
/usr/include/time.h:323:27: error: unknown type name 'clockid_t'
323 | int clock_setenable_attr (clockid_t clock_id, int attr);
| ^~~~~~~~~
/usr/include/time.h:323:27: error: unknown type name 'clockid_t'
323 | int clock_setenable_attr (clockid_t clock_id, int attr);
| ^~~~~~~~~
libtool: compile: gcc -O2 -g -pipe -I/home/jrs007/rtems-cron-6/rtems-source-builder/bare/build/tmp/sb-1049590/devel/qemu4/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -I. -I../../../gettext-0.18.3.1/gettext-tools/gnulib-lib -I.. -I../intl -I../../../gettext-0.18.3.1/gettext-tools/intl -I.. -I../../../gettext-0.18.3.1/gettext-tools -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -DGNULIB_DEFINED_ERROR -I../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/libcroco -I/home/jrs007/rtems-cron-6/rtems-source-builder/bare/build/tmp/sb-1049590/devel/qemu4/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/include -g -O2 -c ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/allocator.c -o allocator.o >/dev/null 2>&1
/usr/include/time.h:324:27: error: unknown type name 'clockid_t'
324 | int clock_getenable_attr (clockid_t clock_id, int *attr);
| ^~~~~~~~~
/usr/include/time.h:324:27: error: unknown type name 'clockid_t'
324 | int clock_getenable_attr (clockid_t clock_id, int *attr);
| ^~~~~~~~~
make[4]: *** [Makefile:2597: set-acl.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: *** [Makefile:2597: areadlink.lo] Error 1
make[4]: *** [Makefile:2597: copy-acl.lo] Error 1
In file included from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/addext.c:44:
../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/basename.h:34: warning: "basename" redefined
34 | #define basename(Arg) gnu_basename (Arg)
|
In file included from ./string.h:27,
from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/addext.c:37:
/usr/include/string.h:171: note: this is the location of the previous definition
171 | # define basename basename
|
../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/argmatch.c:68:18: warning: 'argmatch_die' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
68 | argmatch_exit_fn argmatch_die = __argmatch_die;
| ^~~~~~~~~~~~
In file included from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/backupfile.c:39:
../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/basename.h:34: warning: "basename" redefined
34 | #define basename(Arg) gnu_basename (Arg)
|
In file included from ./string.h:27,
from ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/backupfile.c:28:
/usr/include/string.h:171: note: this is the location of the previous definition
171 | # define basename basename
|
../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/backupfile.c:72:13: warning: 'simple_backup_suffix' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes]
72 | const char *simple_backup_suffix = "~";
| ^~~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:2597: addext.lo] Error 1
make[4]: *** [Makefile:2597: argmatch.lo] Error 1
make[4]: *** [Makefile:2597: backupfile.lo] Error 1
libtool: compile: gcc -O2 -g -pipe -I/home/jrs007/rtems-cron-6/rtems-source-builder/bare/build/tmp/sb-1049590/devel/qemu4/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/include -DHAVE_CONFIG_H -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -DEXEEXT=\".exe\" -I. -I../../../gettext-0.18.3.1/gettext-tools/gnulib-lib -I.. -I../intl -I../../../gettext-0.18.3.1/gettext-tools/intl -I.. -I../../../gettext-0.18.3.1/gettext-tools -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DLIBXML_STATIC -DGNULIB_DEFINED_ERROR -I../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/libcroco -I/home/jrs007/rtems-cron-6/rtems-source-builder/bare/build/tmp/sb-1049590/devel/qemu4/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/include -g -O2 -c ../../../gettext-0.18.3.1/gettext-tools/gnulib-lib/gl_array_list.c -o gl_array_list.o >/dev/null 2>&1
make[4]: Leaving directory '/home/jrs007/rtems-cron-6/rtems-source-builder/bare/build/gettext-0.18.3.1-x86_64-pc-cygwin-1/build/gettext-tools/gnulib-lib'
make[3]: *** [Makefile:2262: all] Error 2
make[3]: Leaving directory '/home/jrs007/rtems-cron-6/rtems-source-builder/bare/build/gettext-0.18.3.1-x86_64-pc-cygwin-1/build/gettext-tools/gnulib-lib'
make[2]: *** [Makefile:1711: all-recursive] Error 1
make[2]: Leaving directory '/home/jrs007/rtems-cron-6/rtems-source-builder/bare/build/gettext-0.18.3.1-x86_64-pc-cygwin-1/build/gettext-tools'
make[1]: *** [Makefile:1576: all] Error 2
make[1]: Leaving directory '/home/jrs007/rtems-cron-6/rtems-source-builder/bare/build/gettext-0.18.3.1-x86_64-pc-cygwin-1/build/gettext-tools'
make: *** [Makefile:364: all-recursive] Error 1
shell cmd failed: sh -ex /home/jrs007/rtems-cron-6/rtems-source-builder/bare/build/gettext-0.18.3.1-x86_64-pc-cygwin-1/do-build
error: building gettext-0.18.3.1-x86_64-pc-cygwin-1
See error report: rsb-report-gettext-0.18.3.1-x86_64-pc-cygwin-1.txt
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Output
======
Build Set: devel/qemu4
config: devel/libiconv-1.14-1.cfg
package: libiconv-1.14-x86_64-pc-cygwin-1
download: http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz -> sources/libiconv-1.14.tar.gz
building: libiconv-1.14-x86_64-pc-cygwin-1
sizes: libiconv-1.14-x86_64-pc-cygwin-1: 26.861MB (installed: 2.256MB)
cleaning: libiconv-1.14-x86_64-pc-cygwin-1
reporting: devel/libiconv-1.14-1.cfg -> libiconv-1.14-x86_64-pc-cygwin-1.txt
reporting: devel/libiconv-1.14-1.cfg -> libiconv-1.14-x86_64-pc-cygwin-1.xml
config: devel/gettext-0.18.3.1-1.cfg
package: gettext-0.18.3.1-x86_64-pc-cygwin-1
download: http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.3.1.tar.gz -> sources/gettext-0.18.3.1.tar.gz
building: gettext-0.18.3.1-x86_64-pc-cygwin-1
error: building gettext-0.18.3.1-x86_64-pc-cygwin-1
Build FAILED
See error report: rsb-report-gettext-0.18.3.1-x86_64-pc-cygwin-1.txt
error: building gettext-0.18.3.1-x86_64-pc-cygwin-1
Mailing report: build at rtems.org
Report
======
==============================================================================
RTEMS Tools Project <users at rtems.org> Sun Oct 18 00:40:43 2020
==============================================================================
Report: devel/libiconv-1.14-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5237fdab600207fb0de56009ea8f1e59f093b8f7
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/libiconv-1.14-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/libiconv-1.14-1.cfg
------------------------------------------------------------------------------
Package: libiconv-1.14-x86_64-pc-cygwin-1
Config: devel/libiconv-1.14-1.cfg
Summary:
Provides an iconv() implementation, for use on systems which
do not have one, or whose implementation cannot convert from/to
Unicode.
URL:
http://www.gnu.org/software/libiconv/
Version:
1.14
Release:
1
Sources: 1
1: http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz
sha512: uWd0/vxPodB5SPzGZwJ3ATc8NOv5xBAQAEKOBIrd2FpbteBeWfgOt4OjBUo6ijwNqQlFAFMnW7vz/95RHrPzhw==
Patches: 0
Preparation:
build_top=$(pwd)
source_dir_libiconv="libiconv-1.14"
%setup source libiconv -q -n libiconv-1.14
%setup patch libiconv -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "" -o "x86_64-pc-cygwin" == "" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_libiconv}/configure --prefix=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6 --bindir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/bin --exec_prefix=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6 --includedir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/include --libdir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/lib --libexecdir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/libexec --mandir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/share/man --infodir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/share/info --datadir=/home/jrs007/rtems-cron-6/rtems-source-bu!
ilder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/share --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Sun Oct 18 00:40:45 2020
==============================================================================
Report: devel/libiconv-1.14-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 5237fdab600207fb0de56009ea8f1e59f093b8f7
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/libiconv-1.14-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/libiconv-1.14-1.cfg
------------------------------------------------------------------------------
Package: libiconv-1.14-x86_64-pc-cygwin-1
Config: devel/libiconv-1.14-1.cfg
Summary:
Provides an iconv() implementation, for use on systems which
do not have one, or whose implementation cannot convert from/to
Unicode.
URL:
http://www.gnu.org/software/libiconv/
Version:
1.14
Release:
1
Sources: 1
1: http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz
sha512: uWd0/vxPodB5SPzGZwJ3ATc8NOv5xBAQAEKOBIrd2FpbteBeWfgOt4OjBUo6ijwNqQlFAFMnW7vz/95RHrPzhw==
Patches: 0
Preparation:
build_top=$(pwd)
source_dir_libiconv="libiconv-1.14"
%setup source libiconv -q -n libiconv-1.14
%setup patch libiconv -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "" -o "x86_64-pc-cygwin" == "" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-pc-cygwin" != "x86_64-pc-cygwin" ; then
# Cross build
CC=$(echo "x86_64-pc-cygwin-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-pc-cygwin-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "gcc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "g++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_libiconv}/configure --prefix=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6 --bindir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/bin --exec_prefix=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6 --includedir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/include --libdir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/lib --libexecdir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/libexec --mandir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/share/man --infodir=/home/jrs007/rtems-cron-6/rtems-source-builder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/share/info --datadir=/home/jrs007/rtems-cron-6/rtems-source-bu!
ilder/bare/C:/msys64/home/jrs007/rtems-cron-6/tools/6/share --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin
make -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd ${build_dir}
make DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
More information about the build
mailing list