>>> uclibc 1.0.48 Extracting xzcat /home/autobuild/autobuild/instance-13/dl/uclibc/uClibc-ng-1.0.48.tar.xz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48 -xf - >>> uclibc 1.0.48 Patching Applying 0001-futimesat-add-missing-header.patch using patch: patching file libc/sysdeps/linux/common/futimesat.c Using /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/.config as base # # merged configuration written to /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/.config (needs make) # make[1]: Entering directory '/home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48' # # configuration written to /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48' /usr/bin/sed -i -e '/CONFIG_MIPS_[NO].._ABI/d' /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/.config /usr/bin/sed -i -e '/CONFIG_MIPS_NAN_.*/d' /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/.config make[1]: Entering directory '/home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48' /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/.config:259:warning: override: UCLIBC_HAS_THREADS_NATIVE changes choice state # # configuration written to /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48' >>> uclibc 1.0.48 Configuring >>> uclibc 1.0.48 Building /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48 ARCH="mips" CROSS_COMPILE="/home/autobuild/autobuild/instance-13/output-1/host/bin/mipsel-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/usr/bin/gcc" headers make[1]: Entering directory '/home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48' processing /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/extra/locale/../../extra/locale/charmaps/ASCII.pairs... 128 lines done processing /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/extra/locale/../../extra/locale/charmaps/ISO-8859-1.pairs... 256 lines done tt_num = 9 ti_num = 2 max_wchar = 0xff size is 9 * 16 + 2 * 16 + 38 * 2 = 252 ctype - CTYPE_IDX_SHIFT = 3 -- 2 * 16 + 10 * 4 = 72 uplow - UPLOW_IDX_SHIFT = 3 -- 2 * 16 + 3 * 8 = 56 c2wc - C2WC_IDX_SHIFT = 3 -- 2 * 16 + 2 * 17 * 8 = 304 total size = 684 ../../extra/locale/gen_collate.c: In function 'add_final_col_index': ../../extra/locale/gen_collate.c:2229:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2229 | e.data = (void *)(final_index); | ^ ../../extra/locale/gen_collate.c: In function 'final_index_val0': ../../extra/locale/gen_collate.c:2299:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2299 | return (int)(p->data); | ^ ../../extra/locale/gen_collate.c: In function 'final_index_val': ../../extra/locale/gen_collate.c:2312:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2312 | return (int)(p->data); | ^ ../../extra/locale/gen_collate.c: In function 'finalize_base': ../../extra/locale/gen_collate.c:2900:56: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2900 | wcs2index[i] = (int)(p->data); | ^ Warning: adding UNDEFINED entry for en_US ignoring C locale make[1]: Leaving directory '/home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48' /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48 ARCH="mips" CROSS_COMPILE="/home/autobuild/autobuild/instance-13/output-1/host/bin/mipsel-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/usr/bin/gcc" make[1]: Entering directory '/home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48' make[2]: Nothing to be done for 'locale_headers'. In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/mips/pread_write.c:7: libc/sysdeps/linux/mips/../common/pread_write.c: In function '__syscall_pread': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:146:41: note: in expansion of macro 'SYSCALL_FUNC' 146 | #define _syscall6(args...) SYSCALL_FUNC(6, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/mips/../common/pread_write.c:34:8: note: in expansion of macro '_syscall6' 34 | static _syscall6(ssize_t, __syscall_pread, int, fd, void *, buf, | ^~~~~~~~~ libc/sysdeps/linux/mips/../common/pread_write.c: In function '__syscall_pwrite': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:146:41: note: in expansion of macro 'SYSCALL_FUNC' 146 | #define _syscall6(args...) SYSCALL_FUNC(6, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/mips/../common/pread_write.c:56:8: note: in expansion of macro '_syscall6' 56 | static _syscall6(ssize_t, __syscall_pwrite, int, fd, const void *, buf, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/mips/posix_fadvise.c:10: libc/sysdeps/linux/mips/posix_fadvise.c: In function 'posix_fadvise': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:246:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 246 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall7' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/mips/posix_fadvise.c:22:19: note: in expansion of macro 'INTERNAL_SYSCALL' 22 | int ret = INTERNAL_SYSCALL(fadvise64, err, 7, fd, 0, | ^~~~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/mips/posix_fadvise64.c:11: libc/sysdeps/linux/mips/posix_fadvise64.c: In function 'posix_fadvise64': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:246:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 246 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall7' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/mips/posix_fadvise64.c:23:19: note: in expansion of macro 'INTERNAL_SYSCALL' 23 | int ret = INTERNAL_SYSCALL(fadvise64, err, 7, fd, 0, | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/mips/syscall_error.S: Assembler messages: libc/sysdeps/linux/mips/syscall_error.S:49: Warning: no .frame pseudo-op used in PIC code libc/sysdeps/linux/mips/clone.S: Assembler messages: libc/sysdeps/linux/mips/clone.S:121: Warning: no .frame pseudo-op used in PIC code In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/epoll.c:9, from libc/sysdeps/linux/common/epoll_pwait.c:8: libc/sysdeps/linux/common/epoll.c: In function '__syscall_epoll_pwait': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:146:41: note: in expansion of macro 'SYSCALL_FUNC' 146 | #define _syscall6(args...) SYSCALL_FUNC(6, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/epoll.c:38:24: note: in expansion of macro '_syscall6' 38 | static __always_inline _syscall6(int, __syscall_epoll_pwait, int, epfd, struct epoll_event *, events, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/fanotify.c:9: libc/sysdeps/linux/common/fanotify.c: In function 'fanotify_mark': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/fanotify.c:27:16: note: in expansion of macro 'INLINE_SYSCALL' 27 | return INLINE_SYSCALL(fanotify_mark, 6, fanotify_fd, flags, | ^~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/fchownat.c:9: libc/sysdeps/linux/common/fchownat.c: In function 'fchownat': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/fchownat.c:13:1: note: in expansion of macro '_syscall5' 13 | _syscall5(int, fchownat, int, fd, const char *, file, uid_t, owner, gid_t, group, int, flag) | ^~~~~~~~~ In file included from ./include/sys/syscall.h:34, from libc/sysdeps/linux/common/futimesat.c:9: libc/sysdeps/linux/common/futimesat.c:14:80: warning: argument 3 of type 'const struct timeval *' declared as a pointer [-Warray-parameter=] 14 | _syscall3(int, futimesat, int, fd, const char *, file, const struct timeval *, tvp) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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:84:46: note: in expansion of macro 'C_DECL_ARGS_2' 84 | #define C_DECL_ARGS_3(t, v, args...) t v, C_DECL_ARGS_2(args) | ^~~~~~~~~~~~~ ./include/bits/syscalls-common.h:98:11: note: in expansion of macro 'C_DECL_ARGS_3' 98 | type name(C_DECL_ARGS_##nargs(args)) { \ | ^~~~~~~~~~~~ ./include/bits/syscalls-common.h:143:41: note: in expansion of macro 'SYSCALL_FUNC' 143 | #define _syscall3(args...) SYSCALL_FUNC(3, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/futimesat.c:14:1: note: in expansion of macro '_syscall3' 14 | _syscall3(int, futimesat, int, fd, const char *, file, const struct timeval *, tvp) | ^~~~~~~~~ In file included from libc/sysdeps/linux/common/futimesat.c:11: ./include/sys/time.h:162:44: note: previously declared as an array 'const struct timeval[2]' 162 | const struct timeval __tvp[2]) __THROW; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/linkat.c:9: libc/sysdeps/linux/common/linkat.c: In function 'linkat': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/linkat.c:13:1: note: in expansion of macro '_syscall5' 13 | _syscall5(int, linkat, int, fromfd, const char *, from, int, tofd, const char *, to, int, flags) | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/mmap.c:10: libc/sysdeps/linux/common/mmap.c: In function '_mmap': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:146:41: note: in expansion of macro 'SYSCALL_FUNC' 146 | #define _syscall6(args...) SYSCALL_FUNC(6, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/mmap.c:19:8: note: in expansion of macro '_syscall6' 19 | static _syscall6(void *, _mmap, void *, addr, size_t, len, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/module.c:9: libc/sysdeps/linux/common/module.c: In function 'init_module': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/module.c:16:1: note: in expansion of macro '_syscall5' 16 | _syscall5(int, init_module, void *, first, void *, second, void *, third, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/mount.c:9: libc/sysdeps/linux/common/mount.c: In function 'mount': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/mount.c:11:1: note: in expansion of macro '_syscall5' 11 | _syscall5(int, mount, const char *, specialfile, const char *, dir, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/mremap.c:9: libc/sysdeps/linux/common/mremap.c: In function 'mremap': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/mremap.c:23:1: note: in expansion of macro '_syscall5' 23 | _syscall5(void *, mremap, void *, old_address, size_t, old_size, size_t, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/name_to_handle_at.c:26: libc/sysdeps/linux/common/name_to_handle_at.c: In function 'name_to_handle_at': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/name_to_handle_at.c:33:16: note: in expansion of macro 'INLINE_SYSCALL' 33 | return INLINE_SYSCALL(name_to_handle_at, 5, dirfd, pathname, handle, | ^~~~~~~~~~~~~~ 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/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/ppoll.c:19: libc/sysdeps/linux/common/ppoll.c: In function '__ppoll_nocancel': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/ppoll.c:47:16: note: in expansion of macro 'INLINE_SYSCALL' 47 | return INLINE_SYSCALL(ppoll, 5, fds, nfds, timeout, sigmask, __SYSCALL_SIGSET_T_SIZE); | ^~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/prctl.c:9: libc/sysdeps/linux/common/prctl.c: In function 'prctl': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/prctl.c:14:1: note: in expansion of macro '_syscall5' 14 | _syscall5(int, prctl, int, option, long, _prctl_a2, long, _prctl_a3, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/preadv.c:19: libc/sysdeps/linux/common/preadv.c: In function 'preadv': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/preadv.c:31:10: note: in expansion of macro 'INLINE_SYSCALL' 31 | return INLINE_SYSCALL (preadv, 5, fd, vector, count, pos_l, pos_h); | ^~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/pselect.c:23: libc/sysdeps/linux/common/pselect.c: In function '__pselect_nocancel': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/pselect.c:66:16: note: in expansion of macro 'INLINE_SYSCALL' 66 | return INLINE_SYSCALL(pselect6, 6, nfds, readfds, writefds, exceptfds, timeout, sigmask); | ^~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/pwritev.c:19: libc/sysdeps/linux/common/pwritev.c: In function 'pwritev': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/pwritev.c:31:10: note: in expansion of macro 'INLINE_SYSCALL' 31 | return INLINE_SYSCALL (pwritev, 5, fd, vector, count, pos_l, pos_h); | ^~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/readahead.c:19: libc/sysdeps/linux/common/readahead.c: In function 'readahead': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/readahead.c:34:16: note: in expansion of macro 'INLINE_SYSCALL' 34 | return INLINE_SYSCALL(readahead, | ^~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/remap_file_pages.c:9: libc/sysdeps/linux/common/remap_file_pages.c: In function 'remap_file_pages': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/remap_file_pages.c:13:1: note: in expansion of macro '_syscall5' 13 | _syscall5(int, remap_file_pages, void *, __start, size_t, __size, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/rename.c:9: libc/sysdeps/linux/common/rename.c: In function 'renameat2': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/rename.c:23:9: note: in expansion of macro '_syscall5' 23 | _syscall5(int, renameat2, int, olddfd, const char *, oldpath, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/select.c:9: libc/sysdeps/linux/common/select.c: In function '__select_nocancel': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/select.c:55:16: note: in expansion of macro 'INLINE_SYSCALL' 55 | return INLINE_SYSCALL(pselect6, 6, n, readfds, writefds, exceptfds, ts, 0); | ^~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/splice.c:9: libc/sysdeps/linux/common/splice.c: In function 'splice': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:146:41: note: in expansion of macro 'SYSCALL_FUNC' 146 | #define _syscall6(args...) SYSCALL_FUNC(6, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/splice.c:14:1: note: in expansion of macro '_syscall6' 14 | _syscall6(ssize_t, splice, int, __fdin, off64_t *, __offin, int, __fdout, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/sync_file_range.c:9: libc/sysdeps/linux/common/sync_file_range.c: In function '__sync_file_range_nocancel': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:246:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 246 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall7' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/sync_file_range.c:34:16: note: in expansion of macro 'INLINE_SYSCALL' 34 | return INLINE_SYSCALL(sync_file_range, 7, fd, 0, | ^~~~~~~~~~~~~~ In file included from ./include/sys/syscall.h:34, from libc/sysdeps/linux/common/utimensat.c:9: libc/sysdeps/linux/common/utimensat.c:34:81: warning: argument 3 of type 'const struct timespec *' declared as a pointer [-Warray-parameter=] 34 | _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:34:1: note: in expansion of macro '_syscall4' 34 | _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:34, from libc/sysdeps/linux/common/utimes.c:9: libc/sysdeps/linux/common/utimes.c:32:68: warning: argument 2 of type 'const struct timeval *' declared as a pointer [-Warray-parameter=] 32 | _syscall2(int, utimes, const char *, file, const struct timeval *, tvp) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~ ./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/utimes.c:32:1: note: in expansion of macro '_syscall2' 32 | _syscall2(int, utimes, const char *, file, const struct timeval *, tvp) | ^~~~~~~~~ In file included from libc/sysdeps/linux/common/utimes.c:10: ./include/sys/time.h:142:61: note: previously declared as an array 'const struct timeval[2]' 142 | extern int utimes (const char *__file, const struct timeval __tvp[2]) | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/waitid.c:11: libc/sysdeps/linux/common/waitid.c: In function '__waitid_nocancel': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/waitid.c:21:16: note: in expansion of macro 'INLINE_SYSCALL' 21 | return INLINE_SYSCALL(waitid, 5, idtype, id, infop, options, NULL); | ^~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/xattr.c:24: libc/sysdeps/linux/common/xattr.c: In function 'setxattr': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/xattr.c:30:1: note: in expansion of macro '_syscall5' 30 | _syscall5(int, setxattr, const char *, path, const char *, name, | ^~~~~~~~~ libc/sysdeps/linux/common/xattr.c: In function 'lsetxattr': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/xattr.c:35:1: note: in expansion of macro '_syscall5' 35 | _syscall5(int, lsetxattr, const char *, path, const char *, name, | ^~~~~~~~~ libc/sysdeps/linux/common/xattr.c: In function 'fsetxattr': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:145:41: note: in expansion of macro 'SYSCALL_FUNC' 145 | #define _syscall5(args...) SYSCALL_FUNC(5, args) | ^~~~~~~~~~~~ libc/sysdeps/linux/common/xattr.c:40:1: note: in expansion of macro '_syscall5' 40 | _syscall5(int, fsetxattr, int, filedes, const char *, name, const void *, | ^~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/llseek.c:10: libc/sysdeps/linux/common/llseek.c: In function '__lseek64_nocancel': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:187:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 187 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall5' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/llseek.c:26:25: note: in expansion of macro 'INLINE_SYSCALL' 26 | return (off64_t)INLINE_SYSCALL(_llseek, 5, fd, (off_t) OFF64_HI(offset), | ^~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/fallocate64.c:10: libc/sysdeps/linux/common/fallocate64.c: In function '__libc_fallocate64': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/fallocate64.c:28:22: note: in expansion of macro 'INTERNAL_SYSCALL' 28 | ret = (int) (INTERNAL_SYSCALL(fallocate, err, 6, fd, mode, | ^~~~~~~~~~~~~~~~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/sysdeps/linux/common/mmap64.c:10: libc/sysdeps/linux/common/mmap64.c: In function 'mmap64': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, nr, args); \ | ^~~~~~~~~~~~~~~~ libc/sysdeps/linux/common/mmap64.c:71:24: note: in expansion of macro 'INLINE_SYSCALL' 71 | return (void*) INLINE_SYSCALL(mmap2, 6, addr, len, prot, flags, fd, sysoff); | ^~~~~~~~~~~~~~ In file included from ./include/bits/waitstatus.h:72, from ./include/stdlib.h:44, from ./ldso/include/ldso.h:33, from libc/misc/auxvt/getauxval.c:21: ./ldso/include/dl-syscall.h: In function '_dl_pread': ./ldso/include/dl-syscall.h:237:76: warning: right shift count >= width of type [-Wshift-count-overflow] 237 | return __syscall_pread(fd, buf, count, 0, __LONG_LONG_PAIR((offset >> 32), (offset & 0xffffffff))); | ^~ ./include/endian.h:52:39: note: in definition of macro '__LONG_LONG_PAIR' 52 | # define __LONG_LONG_PAIR(HI, LO) LO, HI | ^~ In file included from ./include/bits/syscalls.h:176, from ./include/sys/syscall.h:33, from libc/misc/sysvipc/__syscall_ipc.c:9: libc/misc/sysvipc/__syscall_ipc.c: In function '__syscall_ipc': ./include/alloca.h:35:25: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] 35 | # define alloca(size) __builtin_alloca (size) | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:181:29: note: in expansion of macro 'alloca' 181 | #define FORCE_FRAME_POINTER alloca (4) | ^~~~~~ ./include/bits/syscalls.h:216:9: note: in expansion of macro 'FORCE_FRAME_POINTER' 216 | FORCE_FRAME_POINTER; \ | ^~~~~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:49:9: note: in expansion of macro 'internal_syscall6' 49 | internal_syscall##nr (, "li\t$2, %2\t\t\t# " #name "\n\t", \ | ^~~~~~~~~~~~~~~~ ./include/bits/syscalls.h:24:24: note: in expansion of macro 'INTERNAL_SYSCALL' 24 | long result_var = INTERNAL_SYSCALL(name, err, 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:146:41: note: in expansion of macro 'SYSCALL_FUNC' 146 | #define _syscall6(args...) SYSCALL_FUNC(6, args) | ^~~~~~~~~~~~ libc/misc/sysvipc/__syscall_ipc.c:14:1: note: in expansion of macro '_syscall6' 14 | _syscall6(int, __syscall_ipc, unsigned int, call, long, first, long, second, long, | ^~~~~~~~~ In file included from libc/misc/wchar/iconv.c:8: libc/misc/wchar/wchar.c: In function 'iconv_close': libc/misc/wchar/wchar.c:1301:14: error: passing argument 1 of 'free' makes pointer from integer without a cast [-Wint-conversion] 1301 | free(cd); | ^~ | | | iconv_t {aka long int} In file included from libc/misc/wchar/wchar.c:106: ./include/stdlib.h:508:25: note: expected 'void *' but argument is of type 'iconv_t' {aka 'long int'} 508 | extern void free (void *__ptr) __THROW; | ~~~~~~^~~~~ make[1]: *** [Makerules:373: libc/misc/wchar/iconv.os] Error 1 make[1]: Leaving directory '/home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48' make: *** [package/pkg-generic.mk:283: /home/autobuild/autobuild/instance-13/output-1/build/uclibc-1.0.48/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot'