>>> uclibc 1.0.49 Extracting xzcat /home/autobuild/autobuild/instance-16/dl/uclibc/uClibc-ng-1.0.49.tar.xz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-16/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-16/output-1/build/uclibc-1.0.49/.config as base # # merged configuration written to /home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49/.config (needs make) # make[1]: Entering directory '/home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49' # # configuration written to /home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49' /usr/bin/sed -i -e '/CONFIG_ARC_PAGE_SIZE_*/d' /home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49/.config make[1]: Entering directory '/home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49' /home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49/.config:252:warning: override: UCLIBC_HAS_THREADS_NATIVE changes choice state # # configuration written to /home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/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-16/output-1/build/uclibc-1.0.49 ARCH="arc" CROSS_COMPILE="/home/autobuild/autobuild/instance-16/output-1/host/bin/arceb-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/usr/bin/gcc" headers make[1]: Entering directory '/home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49' make[1]: Leaving directory '/home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49' /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49 ARCH="arc" CROSS_COMPILE="/home/autobuild/autobuild/instance-16/output-1/host/bin/arceb-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/usr/bin/gcc" make[1]: Entering directory '/home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49' 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], | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ 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:136:27: note: in definition of macro 'LOAD_ARGS_0' 136 | _sys_num = (int) (nm); \ | ^~ ./include/bits/syscalls.h:153:9: note: in expansion of macro 'LOAD_ARGS_1' 153 | LOAD_ARGS_1 (nm, arg1) \ | ^~~~~~~~~~~ ./include/bits/syscalls.h:113:9: note: in expansion of macro 'LOAD_ARGS_2' 113 | LOAD_ARGS_##nr_args (nm, args) \ | ^~~~~~~~~~ ./include/bits/syscalls.h:71:17: note: in expansion of macro 'INTERNAL_SYSCALL_NCS' 71 | __res = INTERNAL_SYSCALL_NCS(__NR_##name, , nr_args, args); \ | ^~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:71:38: note: in expansion of macro '__NR__dl_stat' 71 | __res = INTERNAL_SYSCALL_NCS(__NR_##name, , nr_args, 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:136:27: note: in definition of macro 'LOAD_ARGS_0' 136 | _sys_num = (int) (nm); \ | ^~ ./include/bits/syscalls.h:153:9: note: in expansion of macro 'LOAD_ARGS_1' 153 | LOAD_ARGS_1 (nm, arg1) \ | ^~~~~~~~~~~ ./include/bits/syscalls.h:113:9: note: in expansion of macro 'LOAD_ARGS_2' 113 | LOAD_ARGS_##nr_args (nm, args) \ | ^~~~~~~~~~ ./include/bits/syscalls.h:71:17: note: in expansion of macro 'INTERNAL_SYSCALL_NCS' 71 | __res = INTERNAL_SYSCALL_NCS(__NR_##name, , nr_args, args); \ | ^~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:71:38: note: in expansion of macro '__NR__dl_stat' 71 | __res = INTERNAL_SYSCALL_NCS(__NR_##name, , nr_args, 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-16/output-1/build/uclibc-1.0.49' make: *** [package/pkg-generic.mk:289: /home/autobuild/autobuild/instance-16/output-1/build/uclibc-1.0.49/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-16/buildroot'