>>> uclibc 1.0.48 Extracting xzcat /home/autobuild/autobuild/instance-5/dl/uclibc/uClibc-ng-1.0.48.tar.xz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-5/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 Applying 0002-fix-kernel_stat64-definition.patch using patch: patching file libc/sysdeps/linux/common-generic/bits/kernel_stat.h Using /home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48/.config as base # # merged configuration written to /home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48/.config (needs make) # make[1]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48' # # configuration written to /home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48' make[1]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48' /home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48/.config:255:warning: override: UCLIBC_HAS_LINUXTHREADS changes choice state # # configuration written to /home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48/.config # make[1]: Leaving directory '/home/autobuild/autobuild/instance-5/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-5/output-1/build/uclibc-1.0.48 ARCH="riscv64" CROSS_COMPILE="/home/autobuild/autobuild/instance-5/output-1/host/bin/riscv64-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/usr/bin/gcc" headers make[1]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48' make[1]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48' /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48 ARCH="riscv64" CROSS_COMPILE="/home/autobuild/autobuild/instance-5/output-1/host/bin/riscv64-buildroot-linux-uclibc-" UCLIBC_EXTRA_CFLAGS=" -g0 -fno-lto" HOSTCC="/usr/bin/gcc" make[1]: Entering directory '/home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48' libc/sysdeps/linux/riscv64/cache.c:42:1: warning: no previous prototype for '__riscv_flush_icache' [-Wmissing-prototypes] 42 | __riscv_flush_icache (void *start, void *end, unsigned long int flags) | ^~~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/sysdeps/linux/common/cmsg_nxthdr.c:23: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ 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/rename.c:9: libc/sysdeps/linux/common/rename.c: In function 'renameat2': libc/sysdeps/linux/common/rename.c:23:62: warning: declaration of 'oldpath' shadows a parameter [-Wshadow] 23 | _syscall5(int, renameat2, int, olddfd, const char *, oldpath, | ~~~~~~~~~~~~~~^~~~~~~ ./include/bits/syscalls-common.h:85:43: note: in definition of macro 'C_DECL_ARGS_4' 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_5' 98 | type name(C_DECL_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, | ^~~~~~~~~ libc/sysdeps/linux/common/rename.c:21:24: note: shadowed declaration is here 21 | int rename(const char *oldpath, const char *newpath) | ~~~~~~~~~~~~^~~~~~~ libc/sysdeps/linux/common/rename.c:24:46: warning: declaration of 'newpath' shadows a parameter [-Wshadow] 24 | int, newdfd, const char *, newpath, 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:86:46: note: in expansion of macro 'C_DECL_ARGS_4' 86 | #define C_DECL_ARGS_5(t, v, args...) t v, C_DECL_ARGS_4(args) | ^~~~~~~~~~~~~ ./include/bits/syscalls-common.h:98:11: note: in expansion of macro 'C_DECL_ARGS_5' 98 | type name(C_DECL_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, | ^~~~~~~~~ libc/sysdeps/linux/common/rename.c:21:45: note: shadowed declaration is here 21 | int rename(const char *oldpath, const char *newpath) | ~~~~~~~~~~~~^~~~~~~ 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], | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ libc/misc/auxvt/getauxval.c:30:19: warning: no previous prototype for '__getauxval' [-Wmissing-prototypes] 30 | unsigned long int __getauxval (unsigned long int __type) | ^~~~~~~~~~~ libc/misc/dirent/closedir.c: In function 'closedir': libc/misc/dirent/closedir.c:19:12: warning: 'nonnull' argument 'dir' compared to NULL [-Wnonnull-compare] 19 | if (!dir) { | ^ libc/misc/dirent/dirfd.c: In function 'dirfd': libc/misc/dirent/dirfd.c:14:12: warning: 'nonnull' argument 'dir' compared to NULL [-Wnonnull-compare] 14 | if (!dir || dir->dd_fd == -1) { | ^ libc/misc/dirent/rewinddir.c: In function 'rewinddir': libc/misc/dirent/rewinddir.c:16:12: warning: 'nonnull' argument 'dir' compared to NULL [-Wnonnull-compare] 16 | if (!dir) { | ^ libc/misc/dirent/seekdir.c: In function 'seekdir': libc/misc/dirent/seekdir.c:15:12: warning: 'nonnull' argument 'dir' compared to NULL [-Wnonnull-compare] 15 | if (!dir) { | ^ libc/misc/dirent/telldir.c: In function 'telldir': libc/misc/dirent/telldir.c:15:12: warning: 'nonnull' argument 'dir' compared to NULL [-Wnonnull-compare] 15 | if (!dir) { | ^ libc/misc/dirent/readdir.c: In function 'readdir': libc/misc/dirent/readdir.c:24:12: warning: 'nonnull' argument 'dir' compared to NULL [-Wnonnull-compare] 24 | if (!dir) { | ^ libc/misc/dirent/readdir_r.c: In function 'readdir_r': libc/misc/dirent/readdir_r.c:26:12: warning: 'nonnull' argument 'dir' compared to NULL [-Wnonnull-compare] 26 | if (!dir) { | ^ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/misc/file/isfdtype.c:21: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/misc/internals/h_errno.c:2: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/misc/internals/__h_errno_location.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from libc/misc/regex/regex.c:65: libc/misc/regex/regexec.c: In function 'build_sifted_states': libc/misc/regex/regexec.c:1585:23: warning: unused variable 'type' [-Wunused-variable] 1585 | re_token_type_t type = dfa->nodes[prev_node].type; | ^~~~ libc/misc/regex/regexec.c: In function 'check_arrival_add_next_nodes': libc/misc/regex/regexec.c:2967:23: warning: unused variable 'type' [-Wunused-variable] 2967 | re_token_type_t type = dfa->nodes[cur_node].type; | ^~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/misc/syslog/syslog.c:62: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ libc/misc/syslog/syslog.c: In function '__vsyslog': libc/misc/syslog/syslog.c:249:9: warning: function '__vsyslog' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] 249 | p += vsnprintf(p, end - p, fmt, ap); | ^ In file included from ./include/bits/uClibc_stdio.h:83, from ./include/stdio.h:71, from libc/stdio/_stdio.h:17, from libc/stdio/fclose.c:8: libc/stdio/fclose.c: In function 'fclose': ./include/bits/uClibc_mutex.h:41:48: warning: declaration of '__infunc_pthread_cleanup_buffer' shadows a previous local [-Wshadow] 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:49:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 49 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/fclose.c:66:9: note: in expansion of macro '__STDIO_OPENLIST_INC_USE' 66 | __STDIO_OPENLIST_INC_USE; | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:41:48: note: shadowed declaration is here 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/fclose.c:42:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 42 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: warning: declaration of '__infunc_need_locking' shadows a previous local [-Wshadow] 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:49:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 49 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/fclose.c:66:9: note: in expansion of macro '__STDIO_OPENLIST_INC_USE' 66 | __STDIO_OPENLIST_INC_USE; | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: note: shadowed declaration is here 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/fclose.c:42:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 42 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./include/bits/uClibc_stdio.h:83, from ./include/stdio.h:71, from libc/stdio/_stdio.h:17, from libc/stdio/freopen.c:8: libc/stdio/freopen.c: In function 'freopen': ./include/bits/uClibc_mutex.h:41:48: warning: declaration of '__infunc_pthread_cleanup_buffer' shadows a previous local [-Wshadow] 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:49:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 49 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:39:9: note: in expansion of macro '__STDIO_OPENLIST_INC_USE' 39 | __STDIO_OPENLIST_INC_USE; /* Do not remove the file from the list. */ | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:41:48: note: shadowed declaration is here 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:35:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 35 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: warning: declaration of '__infunc_need_locking' shadows a previous local [-Wshadow] 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:49:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 49 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:39:9: note: in expansion of macro '__STDIO_OPENLIST_INC_USE' 39 | __STDIO_OPENLIST_INC_USE; /* Do not remove the file from the list. */ | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: note: shadowed declaration is here 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:35:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 35 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:41:48: warning: declaration of '__infunc_pthread_cleanup_buffer' shadows a previous local [-Wshadow] 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:69:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 69 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:57:17: note: in expansion of macro '__STDIO_OPENLIST_DEC_DEL_CNT' 57 | __STDIO_OPENLIST_DEC_DEL_CNT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:41:48: note: shadowed declaration is here 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:35:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 35 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: warning: declaration of '__infunc_need_locking' shadows a previous local [-Wshadow] 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:69:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 69 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:57:17: note: in expansion of macro '__STDIO_OPENLIST_DEC_DEL_CNT' 57 | __STDIO_OPENLIST_DEC_DEL_CNT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: note: shadowed declaration is here 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:35:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 35 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/gets.c:15:7: warning: no previous prototype for 'gets' [-Wmissing-prototypes] 15 | char *gets(char *s) | ^~~~ In file included from ./include/bits/uClibc_stdio.h:83, from ./include/stdio.h:71, from libc/stdio/_stdio.h:17, from libc/stdio/freopen64.c:8: libc/stdio/freopen.c: In function 'freopen64': ./include/bits/uClibc_mutex.h:41:48: warning: declaration of '__infunc_pthread_cleanup_buffer' shadows a previous local [-Wshadow] 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:49:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 49 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:39:9: note: in expansion of macro '__STDIO_OPENLIST_INC_USE' 39 | __STDIO_OPENLIST_INC_USE; /* Do not remove the file from the list. */ | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:41:48: note: shadowed declaration is here 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:35:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 35 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: warning: declaration of '__infunc_need_locking' shadows a previous local [-Wshadow] 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:49:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 49 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:39:9: note: in expansion of macro '__STDIO_OPENLIST_INC_USE' 39 | __STDIO_OPENLIST_INC_USE; /* Do not remove the file from the list. */ | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: note: shadowed declaration is here 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:35:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 35 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:41:48: warning: declaration of '__infunc_pthread_cleanup_buffer' shadows a previous local [-Wshadow] 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:69:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 69 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:57:17: note: in expansion of macro '__STDIO_OPENLIST_DEC_DEL_CNT' 57 | __STDIO_OPENLIST_DEC_DEL_CNT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:41:48: note: shadowed declaration is here 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:35:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 35 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: warning: declaration of '__infunc_need_locking' shadows a previous local [-Wshadow] 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:69:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 69 | __STDIO_THREADLOCK_OPENLIST_DEL; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:57:17: note: in expansion of macro '__STDIO_OPENLIST_DEC_DEL_CNT' 57 | __STDIO_OPENLIST_DEC_DEL_CNT; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: note: shadowed declaration is here 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:60:9: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 60 | __UCLIBC_MUTEX_CONDITIONAL_LOCK(M,((A=(V)) == 0)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:109:53: note: in expansion of macro '__UCLIBC_MUTEX_AUTO_LOCK' 109 | #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) | ^~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_stdio.h:101:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_AUTO_LOCK' 101 | __UCLIBC_IO_MUTEX_AUTO_LOCK((__stream)->__lock, __infunc_user_locking, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/freopen.c:35:9: note: in expansion of macro '__STDIO_AUTO_THREADLOCK' 35 | __STDIO_AUTO_THREADLOCK(stream); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ./include/bits/uClibc_stdio.h:83, from ./include/stdio.h:71, from libc/stdio/_stdio.h:17, from libc/stdio/_fopen.c:8: libc/stdio/_fopen.c: In function '_stdio_fopen': ./include/bits/uClibc_mutex.h:41:48: warning: declaration of '__infunc_pthread_cleanup_buffer' shadows a previous local [-Wshadow] 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:29:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 29 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_add_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_fopen.c:211:17: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_ADD' 211 | __STDIO_THREADLOCK_OPENLIST_ADD; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:41:48: note: shadowed declaration is here 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_fopen.c:210:17: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 210 | __STDIO_THREADLOCK_OPENLIST_DEL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: warning: declaration of '__infunc_need_locking' shadows a previous local [-Wshadow] 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:29:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 29 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_add_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_fopen.c:211:17: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_ADD' 211 | __STDIO_THREADLOCK_OPENLIST_ADD; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: note: shadowed declaration is here 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_fopen.c:210:17: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 210 | __STDIO_THREADLOCK_OPENLIST_DEL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.c: In function '__stdio_init_mutex': libc/stdio/_stdio.c:168:9: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] 168 | const __UCLIBC_MUTEX_STATIC(__stdio_mutex_initializer, | ^~~~~ libc/stdio/_fpmaxtostr.c:165:9: warning: floating constant exceeds range of 'long double' [-Woverflow] 165 | 0x1.0p16384L | ^~~~~~~~~~~~ In file included from ./include/bits/uClibc_stdio.h:83, from ./include/stdio.h:71, from libc/stdio/_stdio.h:17, from libc/stdio/fflush.c:8, from libc/stdio/fflush_unlocked.c:9: libc/stdio/fflush.c: In function '_stdio_openlist_dec_use': ./include/bits/uClibc_mutex.h:41:48: warning: declaration of '__infunc_pthread_cleanup_buffer' shadows a previous local [-Wshadow] 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:29:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 29 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_add_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/fflush.c:34:17: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_ADD' 34 | __STDIO_THREADLOCK_OPENLIST_ADD; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:41:48: note: shadowed declaration is here 41 | struct _pthread_cleanup_buffer __infunc_pthread_cleanup_buffer; \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/fflush.c:27:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 27 | __STDIO_THREADLOCK_OPENLIST_DEL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: warning: declaration of '__infunc_need_locking' shadows a previous local [-Wshadow] 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:29:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 29 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_add_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/fflush.c:34:17: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_ADD' 34 | __STDIO_THREADLOCK_OPENLIST_ADD; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:42:21: note: shadowed declaration is here 42 | int __infunc_need_locking = (C); \ | ^~~~~~~~~~~~~~~~~~~~~ ./include/bits/uClibc_mutex.h:104:53: note: in expansion of macro '__UCLIBC_MUTEX_CONDITIONAL_LOCK' 104 | #define __UCLIBC_IO_MUTEX_LOCK(M) __UCLIBC_MUTEX_CONDITIONAL_LOCK(M, 1) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdio/_stdio.h:37:9: note: in expansion of macro '__UCLIBC_IO_MUTEX_LOCK' 37 | __UCLIBC_IO_MUTEX_LOCK(_stdio_openlist_del_lock) | ^~~~~~~~~~~~~~~~~~~~~~ libc/stdio/fflush.c:27:9: note: in expansion of macro '__STDIO_THREADLOCK_OPENLIST_DEL' 27 | __STDIO_THREADLOCK_OPENLIST_DEL; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ./include/string.h:25, from libc/string/explicit_bzero.c:24: ./include/features.h:155:6: warning: "_POSIX_C_SOURCE" is not defined, evaluates to 0 [-Wundef] 155 | # if _POSIX_C_SOURCE < 200809L | ^~~~~~~~~~~~~~~ libc/termios/ttyname.c: In function 'ttyname_r': libc/termios/ttyname.c:107:36: warning: 'nonnull' argument 'ubuf' compared to NULL [-Wnonnull-compare] 107 | if (ubuf && (strlen(buf) <= ubuflen)) { | ^ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libc/inet/ntohl.c:9: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/inet/getservice.c:18: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/inet/getproto.c:17: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/inet/getnet.c:17: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/inet/hostid.c:13: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libc/inet/inet_net.c:36: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/inet/herror.c:22: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/net/if.h:26, from libc/inet/if_index.c:28: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/inet/gai_strerror.c:20: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/inet/getaddrinfo.c:56: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/ifaddrs.h:23, from libc/inet/ifaddrs.c:22: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ libc/inet/ifaddrs.c: In function 'getifaddrs_internal': libc/inet/ifaddrs.c:783:23: warning: declaration of 'idx' shadows a previous local [-Wshadow] 783 | int idx = map_newlink (ifam->ifa_index - 1, ifas, | ^~~ libc/inet/ifaddrs.c:592:19: note: shadowed declaration is here 592 | int idx = map_newlink (ifam->ifa_index - 1, ifas, | ^~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/ntop.c:20: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libc/inet/in6_addr.c:19: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libc/inet/addr.c:23, from libc/inet/inet_aton.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libc/inet/addr.c:23, from libc/inet/inet_addr.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libc/inet/addr.c:23, from libc/inet/inet_ntoa.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libc/inet/addr.c:23, from libc/inet/inet_makeaddr.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libc/inet/addr.c:23, from libc/inet/inet_lnaof.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libc/inet/addr.c:23, from libc/inet/inet_netof.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/encodeh.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/decodeh.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/encodeq.c:10: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/encodea.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/read_etc_hosts_r.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/dnslookup.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ libc/inet/resolv.c:1059:5: warning: no previous prototype for '_dnsrand_getrandom_urandom' [-Wmissing-prototypes] 1059 | int _dnsrand_getrandom_urandom(int *rand_value) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ libc/inet/resolv.c:1091:5: warning: no previous prototype for '_dnsrand_getrandom_clock' [-Wmissing-prototypes] 1091 | int _dnsrand_getrandom_clock(int *rand_value) { | ^~~~~~~~~~~~~~~~~~~~~~~~ libc/inet/resolv.c:1115:5: warning: no previous prototype for '_dnsrand_getrandom_urcl' [-Wmissing-prototypes] 1115 | int _dnsrand_getrandom_urcl(int *rand_value) { | ^~~~~~~~~~~~~~~~~~~~~~~ libc/inet/resolv.c:1139:8: warning: no previous prototype for 'clock_getcursec' [-Wmissing-prototypes] 1139 | time_t clock_getcursec(void) { | ^~~~~~~~~~~~~~~ libc/inet/resolv.c:1190:5: warning: no previous prototype for '_dnsrand_getrandom_prng' [-Wmissing-prototypes] 1190 | int _dnsrand_getrandom_prng(int *rand_value) { | ^~~~~~~~~~~~~~~~~~~~~~~ libc/inet/resolv.c:1281:5: warning: no previous prototype for 'dnsrand_next' [-Wmissing-prototypes] 1281 | int dnsrand_next(int def_value) { | ^~~~~~~~~~~~ libc/inet/resolv.c:1303:5: warning: no previous prototype for 'dnsrand_setup' [-Wmissing-prototypes] 1303 | int dnsrand_setup(int def_value) { | ^~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/opennameservers.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/closenameservers.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/getnameinfo.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/gethostent.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/gethostent_r.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/get_hosts_byaddr_r.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/get_hosts_byname_r.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/gethostbyaddr_r.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/gethostbyname_r.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/gethostbyname2_r.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/gethostbyaddr.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/gethostbyname.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/gethostbyname2.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/ns_netint.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/ns_parse.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/res_data.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/res_init.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/res_query.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/res_comp.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/ns_name.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/resolv.c:240, from libc/inet/_res_state.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/accept.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/bind.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/connect.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/getpeername.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/getsockname.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/getsockopt.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/listen.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/recv.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/recvfrom.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/recvmsg.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/send.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/sendmsg.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/sendto.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/setsockopt.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/shutdown.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/socket.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/socketpair.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/recvmmsg.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/sendmmsg.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/socketcalls.c:9, from libc/inet/accept4.c:8: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/opensock.c:18: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from libc/inet/sockatmark.c:27: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ libc/signal/sigaddset.c: In function 'sigaddset': libc/signal/sigaddset.c:27:6: warning: 'nonnull' argument 'set' compared to NULL [-Wnonnull-compare] 27 | if (set == NULL || signo <= 0 || signo >= NSIG) | ^ libc/signal/sigandset.c: In function 'sigandset': libc/signal/sigandset.c:26:6: warning: 'nonnull' argument 'dest' compared to NULL [-Wnonnull-compare] 26 | if (dest == NULL || left == NULL || right == NULL) | ^ libc/signal/sigandset.c:26:20: warning: 'nonnull' argument 'left' compared to NULL [-Wnonnull-compare] 26 | if (dest == NULL || left == NULL || right == NULL) | ^ libc/signal/sigandset.c:26:36: warning: 'nonnull' argument 'right' compared to NULL [-Wnonnull-compare] 26 | if (dest == NULL || left == NULL || right == NULL) | ^ libc/signal/sigdelset.c: In function 'sigdelset': libc/signal/sigdelset.c:26:6: warning: 'nonnull' argument 'set' compared to NULL [-Wnonnull-compare] 26 | if (set == NULL || signo <= 0 || signo >= NSIG) | ^ libc/signal/sigisempty.c: In function 'sigisemptyset': libc/signal/sigisempty.c:26:6: warning: 'nonnull' argument 'set' compared to NULL [-Wnonnull-compare] 26 | if (set == NULL) | ^ libc/signal/sigismem.c: In function 'sigismember': libc/signal/sigismem.c:26:6: warning: 'nonnull' argument 'set' compared to NULL [-Wnonnull-compare] 26 | if (set == NULL || signo <= 0 || signo >= NSIG) | ^ libc/signal/sigorset.c: In function 'sigorset': libc/signal/sigorset.c:26:6: warning: 'nonnull' argument 'dest' compared to NULL [-Wnonnull-compare] 26 | if (dest == NULL || left == NULL || right == NULL) | ^ libc/signal/sigorset.c:26:20: warning: 'nonnull' argument 'left' compared to NULL [-Wnonnull-compare] 26 | if (dest == NULL || left == NULL || right == NULL) | ^ libc/signal/sigorset.c:26:36: warning: 'nonnull' argument 'right' compared to NULL [-Wnonnull-compare] 26 | if (dest == NULL || left == NULL || right == NULL) | ^ libc/stdlib/random_r.c: In function 'random_r': libc/stdlib/random_r.c:138:8: warning: 'nonnull' argument 'buf' compared to NULL [-Wnonnull-compare] 138 | if (buf == NULL || result == NULL) | ^ libc/stdlib/random_r.c:138:21: warning: 'nonnull' argument 'result' compared to NULL [-Wnonnull-compare] 138 | if (buf == NULL || result == NULL) | ^ libc/stdlib/random_r.c: In function 'srandom_r': libc/stdlib/random_r.c:200:8: warning: 'nonnull' argument 'buf' compared to NULL [-Wnonnull-compare] 200 | if (buf == NULL) | ^ libc/stdlib/random_r.c: In function 'initstate_r': libc/stdlib/random_r.c:265:8: warning: 'nonnull' argument 'buf' compared to NULL [-Wnonnull-compare] 265 | if (buf == NULL) | ^ libc/stdlib/random_r.c: In function 'setstate_r': libc/stdlib/random_r.c:325:8: warning: 'nonnull' argument 'arg_state' compared to NULL [-Wnonnull-compare] 325 | if (arg_state == NULL || buf == NULL) | ^ libc/stdlib/random_r.c:325:27: warning: 'nonnull' argument 'buf' compared to NULL [-Wnonnull-compare] 325 | if (arg_state == NULL || buf == NULL) | ^ libc/stdlib/setenv.c: In function 'setenv': libc/stdlib/setenv.c:125:16: warning: 'nonnull' argument 'value' compared to NULL [-Wnonnull-compare] 125 | return __add_to_environ(name, value ? value : "", replace); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libc/stdlib/lrand48_r.c: In function 'lrand48_r': libc/stdlib/lrand48_r.c:25:8: warning: 'nonnull' argument 'buffer' compared to NULL [-Wnonnull-compare] 25 | if (buffer == NULL) | ^ libc/stdlib/mrand48_r.c: In function 'mrand48_r': libc/stdlib/mrand48_r.c:25:8: warning: 'nonnull' argument 'buffer' compared to NULL [-Wnonnull-compare] 25 | if (buffer == NULL) | ^ libc/stdlib/ptsname.c: In function 'ptsname_r': libc/stdlib/ptsname.c:71:6: warning: 'nonnull' argument 'buf' compared to NULL [-Wnonnull-compare] 71 | if (buf == NULL) | ^ In file included from libc/stdlib/on_exit.c:8: libc/stdlib/_atexit.c: In function 'on_exit': libc/stdlib/_atexit.c:98:8: warning: 'nonnull' argument 'func' compared to NULL [-Wnonnull-compare] 98 | if (func == NULL) { | ^ In file included from libc/unistd/execvp.c:8: libc/unistd/exec.c: In function 'execvp': libc/unistd/exec.c:248:12: warning: 'nonnull' argument 'path' compared to NULL [-Wnonnull-compare] 248 | if (!path || !*path) { /* Comply with SUSv3. */ | ^ In file included from libc/unistd/execvpe.c:7: libc/unistd/exec.c: In function 'execvpe': libc/unistd/exec.c:248:12: warning: 'nonnull' argument 'path' compared to NULL [-Wnonnull-compare] 248 | if (!path || !*path) { /* Comply with SUSv3. */ | ^ libc/unistd/sleep.c: In function 'sleep': libc/unistd/sleep.c:118:39: warning: passing argument 3 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 118 | sigprocmask (SIG_BLOCK, &set, &set); /* never fails */ | ~~~~ ^~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libc/misc/internals/__uClibc_main.c:26: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ libpthread/linuxthreads/libc_pthread_init.c:24:7: warning: no previous prototype for '__libc_pthread_init' [-Wmissing-prototypes] 24 | int * __libc_pthread_init (void) | ^~~~~~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from libcrypt/des.c:62: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libpthread/linuxthreads/errno.c:18: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from libpthread/linuxthreads/pt-machine.c:21: ./libpthread/linuxthreads/sysdeps/riscv64/pt-machine.h:15:1: warning: no previous prototype for '__compare_and_swap' [-Wmissing-prototypes] 15 | __compare_and_swap (long int *p, long int oldval, long int newval) | ^~~~~~~~~~~~~~~~~~ libpthread/linuxthreads/ptfork.c:158:5: warning: no previous prototype for 'pthread_atfork' [-Wmissing-prototypes] 158 | int pthread_atfork(void (*prepare)(void), | ^~~~~~~~~~~~~~ In file included from /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm/socket.h:1, from ./include/bits/socket.h:360, from ./include/sys/socket.h:39, from ./include/netinet/in.h:24, from ./include/netdb.h:27, from libpthread/linuxthreads/pthread.c:18: /home/autobuild/autobuild/instance-5/output-1/build/linux-headers-5.10.218/usr/include/asm-generic/socket.h:123:5: warning: "__BITS_PER_LONG" is not defined, evaluates to 0 [-Wundef] 123 | #if __BITS_PER_LONG == 64 || (defined(__x86_64__) && defined(__ILP32__)) | ^~~~~~~~~~~~~~~ In file included from libpthread/linuxthreads/ptlongjmp.c:22: ./include/jmpbuf-unwind.h:43:9: warning: "__libc_unwind_longjmp" redefined 43 | #define __libc_unwind_longjmp(buf, val) __libc_longjmp (buf, val) | ^~~~~~~~~~~~~~~~~~~~~ In file included from libpthread/linuxthreads/ptlongjmp.c:18: ./include/setjmp.h:105:10: note: this is the location of the previous definition 105 | # define __libc_unwind_longjmp(buf, val) __libc_longjmp(buf, val) | ^~~~~~~~~~~~~~~~~~~~~ libpthread/linuxthreads/signals.c:81:45: warning: 'struct ucontext' declared inside parameter list will not be visible outside of this definition or declaration 81 | void (*rt) (int, struct siginfo *, struct ucontext *); | ^~~~~~~~ libpthread/linuxthreads/signals.c:108:42: warning: 'struct ucontext' declared inside parameter list will not be visible outside of this definition or declaration 108 | struct ucontext *uc) | ^~~~~~~~ libpthread/linuxthreads/signals.c: In function 'pthread_sighandler_rt': libpthread/linuxthreads/signals.c:124:35: error: passing argument 3 of 'sighandler[signo].rt' from incompatible pointer type [-Wincompatible-pointer-types] 124 | sighandler[signo].rt(signo, si, uc); | ^~ | | | struct ucontext * libpthread/linuxthreads/signals.c:124:35: note: expected 'struct ucontext *' but argument is of type 'struct ucontext *' make[1]: *** [Makerules:373: libpthread/linuxthreads/signals.os] Error 1 make[1]: Leaving directory '/home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48' make: *** [package/pkg-generic.mk:283: /home/autobuild/autobuild/instance-5/output-1/build/uclibc-1.0.48/.stamp_built] Error 2 make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'