>>> uclibc 1.0.49 Extracting xzcat /home/autobuild/autobuild/instance-20/dl/uclibc/uClibc-ng-1.0.49.tar.xz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-20/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-20/output-1/build/uclibc-1.0.49/.config as base # # merged configuration written to /home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49/.config (needs make) # make[1]: Entering directory '/home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49' # # configuration written to /home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49' make[1]: Entering directory '/home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49' /home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49/.config:252:warning: override: UCLIBC_HAS_LINUXTHREADS changes choice state # # configuration written to /home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-20/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-20/output-1/build/uclibc-1.0.49 ARCH="or1k" CROSS_COMPILE="/home/autobuild/autobuild/instance-20/output-1/host/bin/or1k-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/usr/bin/gcc" headers make[1]: Entering directory '/home/autobuild/autobuild/instance-20/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-20/output-1/build/uclibc-1.0.49' /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49 ARCH="or1k" CROSS_COMPILE="/home/autobuild/autobuild/instance-20/output-1/host/bin/or1k-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/usr/bin/gcc" make[1]: Entering directory '/home/autobuild/autobuild/instance-20/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' 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 ./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, | ^~~~~~~~~ make[1]: *** [Makerules:373: libc/misc/auxvt/getauxval.os] Error 1 make[1]: Leaving directory '/home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49' make: *** [package/pkg-generic.mk:289: /home/autobuild/autobuild/instance-20/output-1/build/uclibc-1.0.49/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-20/buildroot'