>>> uclibc 1.0.49 Extracting xzcat /home/autobuild/autobuild/instance-15/dl/uclibc/uClibc-ng-1.0.49.tar.xz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49 -xf - >>> uclibc 1.0.49 Patching Applying 0001-allow-to-use-sys-ucontext.h.patch using patch: patching file include/ucontext.h Applying 0002-Fix-compilation-with-4.x-kernel-headers.patch using patch: patching file ldso/include/dl-syscall.h patching file libc/sysdeps/linux/common/fstat64.c patching file libc/sysdeps/linux/common/fstatat64.c Using /home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49/.config as base # # merged configuration written to /home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49/.config (needs make) # make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49' # # configuration written to /home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49' make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49' /home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49/.config:253:warning: override: UCLIBC_HAS_THREADS_NATIVE changes choice state # # configuration written to /home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49' >>> uclibc 1.0.49 Configuring >>> uclibc 1.0.49 Building /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49 ARCH="or1k" CROSS_COMPILE="/home/autobuild/autobuild/instance-15/output-1/host/bin/or1k-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/home/autobuild/autobuild/instance-15/output-1/host/bin/ccache /usr/bin/gcc" headers make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49' Makefile.in:153: warning: overriding recipe for target 'include/bits/kernel_stat.h' Makefile.in:149: warning: ignoring old recipe for target 'include/bits/kernel_stat.h' Makefile.in:153: warning: overriding recipe for target 'include/bits/kernel_stat.h' Makefile.in:149: warning: ignoring old recipe for target 'include/bits/kernel_stat.h' make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49' /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49 ARCH="or1k" CROSS_COMPILE="/home/autobuild/autobuild/instance-15/output-1/host/bin/or1k-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/home/autobuild/autobuild/instance-15/output-1/host/bin/ccache /usr/bin/gcc" make[1]: Entering directory '/home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49' Makefile.in:153: warning: overriding recipe for target 'include/bits/kernel_stat.h' Makefile.in:149: warning: ignoring old recipe for target 'include/bits/kernel_stat.h' libc/sysdeps/linux/or1k/clone.c:29:1: warning: no previous prototype for '__clone' [-Wmissing-prototypes] 29 | __clone (int (*fn)(void *), void *child_stack, | ^~~~~~~ libc/sysdeps/linux/common/__rt_sigtimedwait.c: In function '__sigtimedwait_nocancel': libc/sysdeps/linux/common/__rt_sigtimedwait.c:37:12: warning: 'nonnull' argument 'set' compared to NULL [-Wnonnull-compare] 37 | if (set != NULL && (unlikely (__sigismember (set, SIGCANCEL)) | ^ libc/sysdeps/linux/common/fexecve.c: In function 'fexecve': libc/sysdeps/linux/common/fexecve.c:27:14: warning: 'nonnull' argument 'argv' compared to NULL [-Wnonnull-compare] 27 | if (fd < 0 || argv == NULL || envp == NULL) | ^ libc/sysdeps/linux/common/getdomainname.c: In function 'getdomainname': libc/sysdeps/linux/common/getdomainname.c:24:6: warning: 'nonnull' argument 'name' compared to NULL [-Wnonnull-compare] 24 | if (name == NULL) { | ^ libc/sysdeps/linux/common/gethostname.c: In function 'gethostname': libc/sysdeps/linux/common/gethostname.c:19:6: warning: 'nonnull' argument 'name' compared to NULL [-Wnonnull-compare] 19 | if (name == NULL) { | ^ libc/sysdeps/linux/common/gettimeofday.c: In function 'gettimeofday': libc/sysdeps/linux/common/gettimeofday.c:18:8: warning: 'nonnull' argument 'tv' compared to NULL [-Wnonnull-compare] 18 | if (!tv) | ^ In file included from libc/sysdeps/linux/common/nanosleep.c:11: ./include/cancel.h:40:19: warning: no previous prototype for '__nanosleep_nocancel' [-Wmissing-prototypes] 40 | #define _NC(name) __##name##_nocancel | ^~ libc/sysdeps/linux/common/nanosleep.c:14:5: note: in expansion of macro '_NC' 14 | int _NC(nanosleep)(const struct timespec *req, struct timespec *rem) | ^~~ libc/sysdeps/linux/common/openat.c:18:5: warning: no previous prototype for '__openat' [-Wmissing-prototypes] 18 | int __openat(int fd, const char *file, int o_flag, ...) | ^~~~~~~~ In file included from libc/sysdeps/linux/common/pause.c:11: ./include/cancel.h:40:19: warning: no previous prototype for '__pause_nocancel' [-Wmissing-prototypes] 40 | #define _NC(name) __##name##_nocancel | ^~ ./include/cancel.h:39:20: note: in expansion of macro '_NC' 39 | #define __NC(name) _NC(name) | ^~~ libc/sysdeps/linux/common/pause.c:27:1: note: in expansion of macro '__NC' 27 | __NC(pause)(void) | ^~~~ In file included from ./include/sys/syscall.h:34, from libc/sysdeps/linux/common/pipe2.c:9: libc/sysdeps/linux/common/pipe2.c:13:30: warning: argument 1 of type 'int *' declared as a pointer [-Warray-parameter=] 13 | _syscall2(int, pipe2, int *, filedes, int, flags) | ~~~~~~~^~~~~~~ ./include/bits/syscalls-common.h:83:43: note: in definition of macro 'C_DECL_ARGS_2' 83 | #define C_DECL_ARGS_2(t, v, args...) t v, C_DECL_ARGS_1(args) | ^ ./include/bits/syscalls-common.h:141:41: note: in expansion of macro 'SYSCALL_FUNC' 141 | #define _syscall2(args...) SYSCALL_FUNC(2, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/pipe2.c:13:1: note: in expansion of macro '_syscall2' 13 | _syscall2(int, pipe2, int *, filedes, int, flags) | ^~~~~~~~~ In file included from libc/sysdeps/linux/common/pipe2.c:10: ./include/unistd.h:445:23: note: previously declared as an array 'int[2]' 445 | extern int pipe2 (int __pipedes[2], int __flags) __THROW __wur; | ~~~~^~~~~~~~~~~~ In file included from libc/sysdeps/linux/common/poll.c:22: ./include/cancel.h:40:19: warning: no previous prototype for '__poll_nocancel' [-Wmissing-prototypes] 40 | #define _NC(name) __##name##_nocancel | ^~ ./include/cancel.h:39:20: note: in expansion of macro '_NC' 39 | #define __NC(name) _NC(name) | ^~~ libc/sysdeps/linux/common/poll.c:49:5: note: in expansion of macro '__NC' 49 | int __NC(poll)(struct pollfd *fds, nfds_t nfds, int timeout) | ^~~~ In file included from ./include/sys/syscall.h:34, from libc/sysdeps/linux/common/utimensat.c:9: libc/sysdeps/linux/common/utimensat.c:35:81: warning: argument 3 of type 'const struct timespec *' declared as a pointer [-Warray-parameter=] 35 | _syscall4(int, utimensat, int, fd, const char *, path, const struct timespec *, times, int, flags) | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~ ./include/bits/syscalls-common.h:83:43: note: in definition of macro 'C_DECL_ARGS_2' 83 | #define C_DECL_ARGS_2(t, v, args...) t v, C_DECL_ARGS_1(args) | ^ ./include/bits/syscalls-common.h:85:46: note: in expansion of macro 'C_DECL_ARGS_3' 85 | #define C_DECL_ARGS_4(t, v, args...) t v, C_DECL_ARGS_3(args) | ^~~~~~~~~~~~~ ./include/bits/syscalls-common.h:98:11: note: in expansion of macro 'C_DECL_ARGS_4' 98 | type name(C_DECL_ARGS_##nargs(args)) { \ | ^~~~~~~~~~~~ ./include/bits/syscalls-common.h:144:41: note: in expansion of macro 'SYSCALL_FUNC' 144 | #define _syscall4(args...) SYSCALL_FUNC(4, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/utimensat.c:35:1: note: in expansion of macro '_syscall4' 35 | _syscall4(int, utimensat, int, fd, const char *, path, const struct timespec *, times, int, flags) | ^~~~~~~~~ In file included from libc/sysdeps/linux/common/utimensat.c:10: ./include/sys/stat.h:379:45: note: previously declared as an array 'const struct timespec[2]' 379 | const struct timespec __times[2], | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ libc/sysdeps/linux/common/fstat64.c: In function 'fstat64': libc/sysdeps/linux/common/fstat64.c:34:38: warning: passing argument 2 of '__syscall_fstat64' from incompatible pointer type [-Wincompatible-pointer-types] 34 | return __syscall_fstat64(fd, buf); | ^~~ | | | struct stat64 * In file included from ./include/sys/syscall.h:34, from libc/sysdeps/linux/common/fstat64.c:10: libc/sysdeps/linux/common/fstat64.c:19:72: note: expected 'struct kernel_stat *' but argument is of type 'struct stat64 *' 19 | int, filedes, struct kernel_stat64 *, buf) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./include/bits/syscalls-common.h:82:43: note: in definition of macro 'C_DECL_ARGS_1' 82 | #define C_DECL_ARGS_1(t, v) t v | ^ ./include/bits/syscalls-common.h:98:11: note: in expansion of macro 'C_DECL_ARGS_2' 98 | type name(C_DECL_ARGS_##nargs(args)) { \ | ^~~~~~~~~~~~ ./include/bits/syscalls-common.h:141:41: note: in expansion of macro 'SYSCALL_FUNC' 141 | #define _syscall2(args...) SYSCALL_FUNC(2, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/fstat64.c:18:24: note: in expansion of macro '_syscall2' 18 | static __always_inline _syscall2(int, __syscall_fstat64, | ^~~~~~~~~ In file included from ./include/sys/syscall.h:33, from ./ldso/include/dl-syscall.h:12, from ./ldso/include/ldso.h:52, from libc/misc/auxvt/getauxval.c:21: ./ldso/include/dl-syscall.h: In function '_dl_stat': ./ldso/include/dl-syscall.h:145:24: error: '__NR_stat' undeclared (first use in this function); did you mean '_dl_stat'? 145 | # define __NR__dl_stat __NR_stat | ^~~~~~~~~ ./include/bits/syscalls.h:35:49: note: in definition of macro 'INTERNAL_SYSCALL_NCS' 35 | register long __sc_ret __asm__ ("r11") = name; \ | ^~~~ ./include/bits/syscalls-common.h:34:44: note: in expansion of macro 'INLINE_SYSCALL_NCS' 34 | # define INLINE_SYSCALL(name, nr, args...) INLINE_SYSCALL_NCS(__NR_##name, nr, args) | ^~~~~~~~~~~~~~~~~~ ./include/bits/syscalls-common.h:34:63: note: in expansion of macro '__NR__dl_stat' 34 | # define INLINE_SYSCALL(name, nr, args...) INLINE_SYSCALL_NCS(__NR_##name, nr, args) | ^~~~~ ./include/bits/syscalls-common.h:99:22: note: in expansion of macro 'INLINE_SYSCALL' 99 | return (type)INLINE_SYSCALL(name, nargs, C_ARGS_##nargs(args)); \ | ^~~~~~~~~~~~~~ ./include/bits/syscalls-common.h:141:41: note: in expansion of macro 'SYSCALL_FUNC' 141 | #define _syscall2(args...) SYSCALL_FUNC(2, args) | ^~~~~~~~~~~~ ./ldso/include/dl-syscall.h:146:24: note: in expansion of macro '_syscall2' 146 | static __always_inline _syscall2(int, _dl_stat, const char *, file_name, | ^~~~~~~~~ ./ldso/include/dl-syscall.h:145:24: note: each undeclared identifier is reported only once for each function it appears in 145 | # define __NR__dl_stat __NR_stat | ^~~~~~~~~ ./include/bits/syscalls.h:35:49: note: in definition of macro 'INTERNAL_SYSCALL_NCS' 35 | register long __sc_ret __asm__ ("r11") = name; \ | ^~~~ ./include/bits/syscalls-common.h:34:44: note: in expansion of macro 'INLINE_SYSCALL_NCS' 34 | # define INLINE_SYSCALL(name, nr, args...) INLINE_SYSCALL_NCS(__NR_##name, nr, args) | ^~~~~~~~~~~~~~~~~~ ./include/bits/syscalls-common.h:34:63: note: in expansion of macro '__NR__dl_stat' 34 | # define INLINE_SYSCALL(name, nr, args...) INLINE_SYSCALL_NCS(__NR_##name, nr, args) | ^~~~~ ./include/bits/syscalls-common.h:99:22: note: in expansion of macro 'INLINE_SYSCALL' 99 | return (type)INLINE_SYSCALL(name, nargs, C_ARGS_##nargs(args)); \ | ^~~~~~~~~~~~~~ ./include/bits/syscalls-common.h:141:41: note: in expansion of macro 'SYSCALL_FUNC' 141 | #define _syscall2(args...) SYSCALL_FUNC(2, args) | ^~~~~~~~~~~~ ./ldso/include/dl-syscall.h:146:24: note: in expansion of macro '_syscall2' 146 | static __always_inline _syscall2(int, _dl_stat, const char *, file_name, | ^~~~~~~~~ libc/misc/auxvt/getauxval.c: At top level: libc/misc/auxvt/getauxval.c:30:19: warning: no previous prototype for '__getauxval' [-Wmissing-prototypes] 30 | unsigned long int __getauxval (unsigned long int __type) | ^~~~~~~~~~~ make[1]: *** [Makerules:373: libc/misc/auxvt/getauxval.os] Error 1 make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49' make: *** [package/pkg-generic.mk:289: /home/autobuild/autobuild/instance-15/output-1/build/uclibc-1.0.49/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot'